Class: Aws::CostExplorer::Types::GetTagsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetTagsResponse
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
The token for the next set of retrievable results.
-
#return_size ⇒ Integer
The number of query results that Amazon Web Services returns at a time.
-
#tags ⇒ Array<String>
The tags that match your request.
-
#total_size ⇒ Integer
The total number of query results.
Instance Attribute Details
#next_page_token ⇒ String
The token for the next set of retrievable results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
4685 4686 4687 4688 4689 4690 4691 4692 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4685 class GetTagsResponse < Struct.new( :next_page_token, :tags, :return_size, :total_size) SENSITIVE = [] include Aws::Structure end |
#return_size ⇒ Integer
The number of query results that Amazon Web Services returns at a time.
4685 4686 4687 4688 4689 4690 4691 4692 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4685 class GetTagsResponse < Struct.new( :next_page_token, :tags, :return_size, :total_size) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<String>
The tags that match your request.
4685 4686 4687 4688 4689 4690 4691 4692 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4685 class GetTagsResponse < Struct.new( :next_page_token, :tags, :return_size, :total_size) SENSITIVE = [] include Aws::Structure end |
#total_size ⇒ Integer
The total number of query results.
4685 4686 4687 4688 4689 4690 4691 4692 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4685 class GetTagsResponse < Struct.new( :next_page_token, :tags, :return_size, :total_size) SENSITIVE = [] include Aws::Structure end |