Class: Aws::CostExplorer::Types::ListCostAllocationTagBackfillHistoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::ListCostAllocationTagBackfillHistoryResponse
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backfill_requests ⇒ Array<Types::CostAllocationTagBackfillRequest>
The list of historical cost allocation tag backfill requests.
-
#next_token ⇒ String
The token to retrieve the next set of results.
Instance Attribute Details
#backfill_requests ⇒ Array<Types::CostAllocationTagBackfillRequest>
The list of historical cost allocation tag backfill requests.
4857 4858 4859 4860 4861 4862 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4857 class ListCostAllocationTagBackfillHistoryResponse < Struct.new( :backfill_requests, :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.
4857 4858 4859 4860 4861 4862 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4857 class ListCostAllocationTagBackfillHistoryResponse < Struct.new( :backfill_requests, :next_token) SENSITIVE = [] include Aws::Structure end |