Class: Aws::CostExplorer::Types::ListCostAllocationTagBackfillHistoryResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-costexplorer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backfill_requestsArray<Types::CostAllocationTagBackfillRequest>

The list of historical cost allocation tag backfill requests.



4857
4858
4859
4860
4861
4862
# File 'lib/aws-sdk-costexplorer/types.rb', line 4857

class ListCostAllocationTagBackfillHistoryResponse < Struct.new(
  :backfill_requests,
  :next_token)
  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.

Returns:

  • (String)


4857
4858
4859
4860
4861
4862
# File 'lib/aws-sdk-costexplorer/types.rb', line 4857

class ListCostAllocationTagBackfillHistoryResponse < Struct.new(
  :backfill_requests,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end