Class: Aws::CostExplorer::Types::ListTagsForResourceResponse

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

#resource_tagsArray<Types::ResourceTag>

A list of tag key value pairs that are associated with the resource.

Returns:



5037
5038
5039
5040
5041
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5037

class ListTagsForResourceResponse < Struct.new(
  :resource_tags)
  SENSITIVE = []
  include Aws::Structure
end