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:



5805
5806
5807
5808
5809
5810
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5805

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)


5805
5806
5807
5808
5809
5810
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5805

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