Class: Aws::MPA::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MPA::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
Tags attached to the resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
Tags attached to the resource.
1625 1626 1627 1628 1629 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1625 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [:tags] include Aws::Structure end |