class Aws::DirectConnect::Types::UntagResourceRequest

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

data as a hash:

    {
      resource_arn: "ResourceArn", # required
      tag_keys: ["TagKey"], # required
    }

@!attribute [rw] resource_arn

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

@!attribute [rw] tag_keys

The tag keys of the tags to remove.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE