Class: Aws::CostExplorer::Types::GetCostCategoriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetCostCategoriesResponse
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cost_category_names ⇒ Array<String>
The names of the Cost Categories.
-
#cost_category_values ⇒ Array<String>
The Cost Category values.
-
#next_page_token ⇒ String
If the number of objects that are still available for retrieval exceeds the quota, Amazon Web Services returns a NextPageToken value in the response.
-
#return_size ⇒ Integer
The number of objects that are returned.
-
#total_size ⇒ Integer
The total number of objects.
Instance Attribute Details
#cost_category_names ⇒ Array<String>
The names of the Cost Categories.
2489 2490 2491 2492 2493 2494 2495 2496 2497 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2489 class GetCostCategoriesResponse < Struct.new( :next_page_token, :cost_category_names, :cost_category_values, :return_size, :total_size) SENSITIVE = [] include Aws::Structure end |
#cost_category_values ⇒ Array<String>
The Cost Category values.
If the CostCategoryName
key isn't specified in the request, the
CostCategoryValues
fields aren't returned.
2489 2490 2491 2492 2493 2494 2495 2496 2497 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2489 class GetCostCategoriesResponse < Struct.new( :next_page_token, :cost_category_names, :cost_category_values, :return_size, :total_size) SENSITIVE = [] include Aws::Structure end |
#next_page_token ⇒ String
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.
2489 2490 2491 2492 2493 2494 2495 2496 2497 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2489 class GetCostCategoriesResponse < Struct.new( :next_page_token, :cost_category_names, :cost_category_values, :return_size, :total_size) SENSITIVE = [] include Aws::Structure end |
#return_size ⇒ Integer
The number of objects that are returned.
2489 2490 2491 2492 2493 2494 2495 2496 2497 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2489 class GetCostCategoriesResponse < Struct.new( :next_page_token, :cost_category_names, :cost_category_values, :return_size, :total_size) SENSITIVE = [] include Aws::Structure end |
#total_size ⇒ Integer
The total number of objects.
2489 2490 2491 2492 2493 2494 2495 2496 2497 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2489 class GetCostCategoriesResponse < Struct.new( :next_page_token, :cost_category_names, :cost_category_values, :return_size, :total_size) SENSITIVE = [] include Aws::Structure end |