class Aws::QLDB::Types::UntagResourceRequest
@note When making an API call, you may pass UntagResourceRequest
data as a hash: { resource_arn: "Arn", # required tag_keys: ["TagKey"], # required }
@!attribute [rw] resource_arn
The Amazon Resource Name (ARN) from which to remove the tags. For example: `arn:aws:qldb:us-east-1:123456789012:ledger/exampleLedger` @return [String]
@!attribute [rw] tag_keys
The list of tag keys to remove. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/qldb-2019-01-02/UntagResourceRequest AWS API Documentation
Constants
- SENSITIVE