Class: Aws::LaunchWizard::Types::ListTagsForResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::ListTagsForResourceOutput
- Defined in:
- gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
Information about the tags.
Instance Attribute Details
#tags ⇒ Hash<String,String>
Information about the tags.
728 729 730 731 732 |
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 728 class ListTagsForResourceOutput < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |