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)


27168
27169
27170
27171
27172
27173
# File 'lib/aws-sdk-glue/types.rb', line 27168

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>)


27168
27169
27170
27171
27172
27173
# File 'lib/aws-sdk-glue/types.rb', line 27168

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