Class: Aws::AppSync::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::TagResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The
GraphqlApiAmazon Resource Name (ARN). -
#tags ⇒ Hash<String,String>
A
TagMapobject.
Instance Attribute Details
#resource_arn ⇒ String
The GraphqlApi Amazon Resource Name (ARN).
4954 4955 4956 4957 4958 4959 |
# File 'lib/aws-sdk-appsync/types.rb', line 4954 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A TagMap object.
4954 4955 4956 4957 4958 4959 |
# File 'lib/aws-sdk-appsync/types.rb', line 4954 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |