Class: Aws::Amplify::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb
Overview
The response for the list tags for resource request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
A list of tags for the specified The Amazon Resource Name (ARN).
Instance Attribute Details
#tags ⇒ Hash<String,String>
A list of tags for the specified The Amazon Resource Name (ARN).
2236 2237 2238 2239 2240 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2236 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |