Class: Aws::CostExplorer::Types::ListCostAllocationTagsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::ListCostAllocationTagsResponse
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cost_allocation_tags ⇒ Array<Types::CostAllocationTag>
A list of cost allocation tags that includes the detailed metadata for each one.
-
#next_token ⇒ String
The token to retrieve the next set of results.
Instance Attribute Details
#cost_allocation_tags ⇒ Array<Types::CostAllocationTag>
A list of cost allocation tags that includes the detailed metadata for each one.
4705 4706 4707 4708 4709 4710 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4705 class ListCostAllocationTagsResponse < Struct.new( :cost_allocation_tags, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
4705 4706 4707 4708 4709 4710 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4705 class ListCostAllocationTagsResponse < Struct.new( :cost_allocation_tags, :next_token) SENSITIVE = [] include Aws::Structure end |