Class: Aws::Mgn::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
List tags for resource response.
Instance Attribute Details
#tags ⇒ Hash<String,String>
List tags for resource response.
3913 3914 3915 3916 3917 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3913 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [:tags] include Aws::Structure end |