class Aws::DataSync::Types::UntagResourceRequest

UntagResourceRequest

@note When making an API call, you may pass UntagResourceRequest

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource to remove the tag
from.
@return [String]

@!attribute [rw] keys

The keys in the key-value pair in the tag to remove.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE