Class: Aws::AppSync::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The
GraphqlApi
Amazon Resource Name (ARN). -
#tags ⇒ Hash<String,String>
A
TagMap
object.
Instance Attribute Details
#resource_arn ⇒ String
The GraphqlApi
Amazon Resource Name (ARN).
4812 4813 4814 4815 4816 4817 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4812 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A TagMap
object.
4812 4813 4814 4815 4816 4817 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4812 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |