Class: Aws::Outposts::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The resource tags.

Returns:

  • (Hash<String,String>)


2094
2095
2096
2097
2098
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2094

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