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

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

#next_page_tokenString

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.

Returns:

  • (String)


4542
4543
4544
4545
4546
4547
4548
4549
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4542

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 Amazon Web Services returns at a time.

Returns:

  • (Integer)


4542
4543
4544
4545
4546
4547
4548
4549
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4542

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>)


4542
4543
4544
4545
4546
4547
4548
4549
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4542

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)


4542
4543
4544
4545
4546
4547
4548
4549
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4542

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