Class: Aws::Outposts::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The resource tags.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The resource tags.
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 |