Class: Aws::Invoicing::Types::BatchGetInvoiceProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::BatchGetInvoiceProfileResponse
- Defined in:
- gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profiles ⇒ Array<Types::InvoiceProfile>
A list of invoice profiles corresponding to the requested accounts.
Instance Attribute Details
#profiles ⇒ Array<Types::InvoiceProfile>
A list of invoice profiles corresponding to the requested accounts.
50 51 52 53 54 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 50 class BatchGetInvoiceProfileResponse < Struct.new( :profiles) SENSITIVE = [] include Aws::Structure end |