Class: Aws::CostExplorer::Types::GetCostCategoriesResponse

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

#cost_category_namesArray<String>

The names of the Cost Categories.

Returns:

  • (Array<String>)


2628
2629
2630
2631
2632
2633
2634
2635
2636
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2628

class GetCostCategoriesResponse < Struct.new(
  :next_page_token,
  :cost_category_names,
  :cost_category_values,
  :return_size,
  :total_size)
  SENSITIVE = []
  include Aws::Structure
end

#cost_category_valuesArray<String>

The Cost Category values.

If the CostCategoryName key isn't specified in the request, the CostCategoryValues fields aren't returned.

Returns:

  • (Array<String>)


2628
2629
2630
2631
2632
2633
2634
2635
2636
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2628

class GetCostCategoriesResponse < Struct.new(
  :next_page_token,
  :cost_category_names,
  :cost_category_values,
  :return_size,
  :total_size)
  SENSITIVE = []
  include Aws::Structure
end

#next_page_tokenString

If the number of objects that are still available for retrieval exceeds the quota, Amazon Web Services returns a NextPageToken value in the response. To retrieve the next batch of objects, provide the marker from the prior call in your next request.

Returns:

  • (String)


2628
2629
2630
2631
2632
2633
2634
2635
2636
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2628

class GetCostCategoriesResponse < Struct.new(
  :next_page_token,
  :cost_category_names,
  :cost_category_values,
  :return_size,
  :total_size)
  SENSITIVE = []
  include Aws::Structure
end

#return_sizeInteger

The number of objects that are returned.

Returns:

  • (Integer)


2628
2629
2630
2631
2632
2633
2634
2635
2636
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2628

class GetCostCategoriesResponse < Struct.new(
  :next_page_token,
  :cost_category_names,
  :cost_category_values,
  :return_size,
  :total_size)
  SENSITIVE = []
  include Aws::Structure
end

#total_sizeInteger

The total number of objects.

Returns:

  • (Integer)


2628
2629
2630
2631
2632
2633
2634
2635
2636
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2628

class GetCostCategoriesResponse < Struct.new(
  :next_page_token,
  :cost_category_names,
  :cost_category_values,
  :return_size,
  :total_size)
  SENSITIVE = []
  include Aws::Structure
end