Class: Aws::Invoicing::Types::BatchGetInvoiceProfileResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profilesArray<Types::InvoiceProfile>

A list of invoice profiles corresponding to the requested accounts.

Returns:



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