Class: Aws::AppSync::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
A
TagMap
object.
Instance Attribute Details
#tags ⇒ Hash<String,String>
A TagMap
object.
4006 4007 4008 4009 4010 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4006 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |