Class: Aws::GroundStation::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
Tags assigned to a resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
Tags assigned to a resource.
2236 2237 2238 2239 2240 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2236 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |