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)


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_sizeInteger

The number of query results that Amazon Web Services returns at a time.

Returns:

  • (Integer)


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

#tagsArray<String>

The tags that match your request.

Returns:

  • (Array<String>)


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_sizeInteger

The total number of query results.

Returns:

  • (Integer)


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