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.
1534 1535 1536 1537 1538 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1534 class ListTagsForResourceOutput < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |