Class: Aws::AmplifyUIBuilder::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
A list of tag key value pairs for a specified Amazon Resource Name (ARN).
Instance Attribute Details
#tags ⇒ Hash<String,String>
A list of tag key value pairs for a specified Amazon Resource Name (ARN).
2571 2572 2573 2574 2575 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2571 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |