Class: Aws::Glue::Types::UntagResourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource from which to remove the tags.

Returns:

  • (String)


22478
22479
22480
22481
22482
22483
# File 'lib/aws-sdk-glue/types.rb', line 22478

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

#tags_to_removeArray<String>

Tags to remove from this resource.

Returns:

  • (Array<String>)


22478
22479
22480
22481
22482
22483
# File 'lib/aws-sdk-glue/types.rb', line 22478

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