Class: Aws::DataSync::Types::UntagResourceRequest

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

Overview

UntagResourceRequest

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keysArray<String>

Specifies the keys in the tags that you want to remove.

Returns:

  • (Array<String>)


5637
5638
5639
5640
5641
5642
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5637

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

#resource_arnString

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

Returns:

  • (String)


5637
5638
5639
5640
5641
5642
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5637

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