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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



5169
5170
5171
5172
5173
5174
# File 'lib/aws-sdk-costexplorer/types.rb', line 5169

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)


5169
5170
5171
5172
5173
5174
# File 'lib/aws-sdk-costexplorer/types.rb', line 5169

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