Class: Aws::WellArchitected::Types::ListTagsForResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ListTagsForResourceOutput
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The tags for the resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The tags for the resource.
2580 2581 2582 2583 2584 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2580 class ListTagsForResourceOutput < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |