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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/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)


4941
4942
4943
4944
4945
4946
4947
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4941

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)


4941
4942
4943
4944
4945
4946
4947
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4941

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)


4941
4942
4943
4944
4945
4946
4947
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4941

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