Class: Aws::AppSync::Types::TagResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The GraphqlApi Amazon Resource Name (ARN).

Returns:

  • (String)


4261
4262
4263
4264
4265
4266
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4261

class TagResourceRequest < Struct.new(
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A TagMap object.

Returns:

  • (Hash<String,String>)


4261
4262
4263
4264
4265
4266
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4261

class TagResourceRequest < Struct.new(
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end