Class: Aws::Invoicing::Types::ListInvoiceSummariesRequest

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

#filterTypes::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_resultsInteger

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_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.



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

#selectorTypes::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