Skip to content

Untag resource

async_boto.validation.timestream_write.untag_resource

UntagResourceRequest

Bases: BaseModel

Removes the association of tags from a Timestream resource.

ATTRIBUTE DESCRIPTION
ResourceARN

The Timestream resource that the tags will be removed from. This value is an Amazon Resource Name (ARN).

TYPE: str

TagKeys

A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Timestream resource.

TYPE: List[str]

ResourceARN instance-attribute

ResourceARN

TagKeys instance-attribute

TagKeys

UntagResourceResponse

Bases: BaseModel

The response returned by the service when an UntagResource action is successful.