Class: Aws::CostExplorer::Types::ListCostAllocationTagsResponse

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_allocation_tagsArray<Types::CostAllocationTag>

A list of cost allocation tags that includes the detailed metadata for each one.

Returns:



4918
4919
4920
4921
4922
4923
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4918

class ListCostAllocationTagsResponse < Struct.new(
  :cost_allocation_tags,
  :next_token)
  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)


4918
4919
4920
4921
4922
4923
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4918

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