class Aws::Amplify::Types::UntagResourceRequest

The request structure for the untag resource request.

@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) to use to untag a resource.
@return [String]

@!attribute [rw] tag_keys

The tag keys to use to untag a resource.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE