Class: Aws::Invoicing::Types::ListInvoiceSummariesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::ListInvoiceSummariesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-invoicing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ Types::InvoiceSummariesFilter
Filters you can use to customize your invoice summary.
-
#max_results ⇒ Integer
The maximum number of invoice summaries a paginated response can contain.
-
#next_token ⇒ String
The token to retrieve the next set of results.
-
#selector ⇒ Types::InvoiceSummariesSelector
The option to retrieve details for a specific invoice by providing its unique ID.
Instance Attribute Details
#filter ⇒ Types::InvoiceSummariesFilter
Filters you can use to customize your invoice summary.
1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'lib/aws-sdk-invoicing/types.rb', line 1070 class ListInvoiceSummariesRequest < Struct.new( :selector, :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of invoice summaries a paginated response can contain.
1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'lib/aws-sdk-invoicing/types.rb', line 1070 class ListInvoiceSummariesRequest < Struct.new( :selector, :filter, :next_token, :max_results) 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.
1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'lib/aws-sdk-invoicing/types.rb', line 1070 class ListInvoiceSummariesRequest < Struct.new( :selector, :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#selector ⇒ Types::InvoiceSummariesSelector
The option to retrieve details for a specific invoice by providing its unique ID. Alternatively, access information for all invoices linked to the account by providing an account ID.
1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'lib/aws-sdk-invoicing/types.rb', line 1070 class ListInvoiceSummariesRequest < Struct.new( :selector, :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |