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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


21812
21813
21814
21815
21816
21817
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21812

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


21812
21813
21814
21815
21816
21817
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21812

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