Class: Aws::Transfer::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The value of the resource that will have the tag removed. An Amazon Resource Name (ARN) is an identifier for a specific Amazon Web Services resource, such as a server, user, or role.

Returns:

  • (String)


5376
5377
5378
5379
5380
5381
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5376

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

#tag_keysArray<String>

TagKeys are key-value pairs assigned to ARNs that can be used to group and search for resources by type. This metadata can be attached to resources for any purpose.

Returns:

  • (Array<String>)


5376
5377
5378
5379
5380
5381
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5376

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