Class: Aws::ControlTower::Types::ListTagsForResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::ListTagsForResourceOutput
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
A list of tags, as
key:value
strings.
Instance Attribute Details
#tags ⇒ Hash<String,String>
A list of tags, as key:value
strings.
1508 1509 1510 1511 1512 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1508 class ListTagsForResourceOutput < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |