Class: Aws::CostExplorer::Types::ListCostCategoryDefinitionsRequest

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

#effective_onString

The date when the Cost Category was effective.

Returns:

  • (String)


5192
5193
5194
5195
5196
5197
5198
# File 'lib/aws-sdk-costexplorer/types.rb', line 5192

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

#max_resultsInteger

The number of entries a paginated response contains.

Returns:

  • (Integer)


5192
5193
5194
5195
5196
5197
5198
# File 'lib/aws-sdk-costexplorer/types.rb', line 5192

class ListCostCategoryDefinitionsRequest < Struct.new(
  :effective_on,
  :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)


5192
5193
5194
5195
5196
5197
5198
# File 'lib/aws-sdk-costexplorer/types.rb', line 5192

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