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:valuestrings.
Instance Attribute Details
#tags ⇒ Hash<String,String>
A list of tags, as key:value strings.
1753 1754 1755 1756 1757 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1753 class ListTagsForResourceOutput < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |