Class: Aws::Invoicing::Types::ListInvoiceSummariesResponse

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

#invoice_summariesArray<Types::InvoiceSummary>

List of key (summary level) invoice details without line item details.

Returns:



1184
1185
1186
1187
1188
1189
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1184

class ListInvoiceSummariesResponse < Struct.new(
  :invoice_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next set of results, or null if there are no more results.

Returns:

  • (String)


1184
1185
1186
1187
1188
1189
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1184

class ListInvoiceSummariesResponse < Struct.new(
  :invoice_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end