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).
1946 1947 1948 1949 1950 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1946 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |