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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


5538
5539
5540
5541
5542
5543
# File 'lib/aws-sdk-datasync/types.rb', line 5538

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)


5538
5539
5540
5541
5542
5543
# File 'lib/aws-sdk-datasync/types.rb', line 5538

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