Class: Aws::CostExplorer::Types::ListCostAllocationTagBackfillHistoryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::ListCostAllocationTagBackfillHistoryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of objects that are returned for this request.
-
#next_token ⇒ String
The token to retrieve the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of objects that are returned for this request.
5089 5090 5091 5092 5093 5094 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5089 class ListCostAllocationTagBackfillHistoryRequest < Struct.new( :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.
5089 5090 5091 5092 5093 5094 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5089 class ListCostAllocationTagBackfillHistoryRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |