Class: Aws::Invoicing::Types::ListInvoiceSummariesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::ListInvoiceSummariesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-invoicing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invoice_summaries ⇒ Array<Types::InvoiceSummary>
List of key (summary level) invoice details without line item details.
-
#next_token ⇒ String
The token to retrieve the next set of results.
Instance Attribute Details
#invoice_summaries ⇒ Array<Types::InvoiceSummary>
List of key (summary level) invoice details without line item details.
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_token ⇒ String
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.
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 |