Class: Aws::CostExplorer::Types::GetTagsResponse

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

#next_page_tokenString

The token for the next set of retrievable results. AWS provides the token when the response from a previous call has more results than the maximum page size.

Returns:

  • (String)


4726
4727
4728
4729
4730
4731
4732
4733
# File 'lib/aws-sdk-costexplorer/types.rb', line 4726

class GetTagsResponse < Struct.new(
  :next_page_token,
  :tags,
  :return_size,
  :total_size)
  SENSITIVE = []
  include Aws::Structure
end

#return_sizeInteger

The number of query results that AWS returns at a time.

Returns:

  • (Integer)


4726
4727
4728
4729
4730
4731
4732
4733
# File 'lib/aws-sdk-costexplorer/types.rb', line 4726

class GetTagsResponse < Struct.new(
  :next_page_token,
  :tags,
  :return_size,
  :total_size)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<String>

The tags that match your request.

Returns:

  • (Array<String>)


4726
4727
4728
4729
4730
4731
4732
4733
# File 'lib/aws-sdk-costexplorer/types.rb', line 4726

class GetTagsResponse < Struct.new(
  :next_page_token,
  :tags,
  :return_size,
  :total_size)
  SENSITIVE = []
  include Aws::Structure
end

#total_sizeInteger

The total number of query results.

Returns:

  • (Integer)


4726
4727
4728
4729
4730
4731
4732
4733
# File 'lib/aws-sdk-costexplorer/types.rb', line 4726

class GetTagsResponse < Struct.new(
  :next_page_token,
  :tags,
  :return_size,
  :total_size)
  SENSITIVE = []
  include Aws::Structure
end