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

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

#resource_tagsArray<Types::ResourceTag>

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

Returns:



4895
4896
4897
4898
4899
# File 'lib/aws-sdk-costexplorer/types.rb', line 4895

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