Class: Aws::CostExplorer::Types::ListCostAllocationTagBackfillHistoryRequest

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

#max_resultsInteger

The maximum number of objects that are returned for this request.

Returns:

  • (Integer)


4838
4839
4840
4841
4842
4843
# File 'lib/aws-sdk-costexplorer/types.rb', line 4838

class ListCostAllocationTagBackfillHistoryRequest < Struct.new(
  :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.

Returns:

  • (String)


4838
4839
4840
4841
4842
4843
# File 'lib/aws-sdk-costexplorer/types.rb', line 4838

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