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.
2715 2716 2717 2718 2719 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2715 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [:tags] include Aws::Structure end |