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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



1092
1093
1094
1095
1096
1097
# File 'lib/aws-sdk-invoicing/types.rb', line 1092

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

#next_tokenString

The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.

Returns:

  • (String)


1092
1093
1094
1095
1096
1097
# File 'lib/aws-sdk-invoicing/types.rb', line 1092

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