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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


1094
1095
1096
1097
1098
# File 'lib/aws-sdk-outposts/types.rb', line 1094

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