Class: Aws::AppSync::Types::UntagResourceRequest

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)


4329
4330
4331
4332
4333
4334
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4329

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

#tag_keysArray<String>

A list of TagKey objects.

Returns:

  • (Array<String>)


4329
4330
4331
4332
4333
4334
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4329

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