You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UntagResourceRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  resource_arn: "TaggableResourceArn", # required
  keys: ["TagKey"], # required
}

UntagResourceRequest

Instance Attribute Summary collapse

Instance Attribute Details

#keysArray<String>

The keys in the key-value pair in the tag to remove.

Returns:

  • (Array<String>)

    The keys in the key-value pair in the tag to remove.

#resource_arnString

The Amazon Resource Name (ARN) of the resource to remove the tag from.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the resource to remove the tag from.