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.
1810 1811 1812 1813 1814 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1810 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |