Untag resource
async_boto.validation.timestream_query.untag_resource
UntagResourceRequest
Bases: BaseModel
Removes the association of tags from a Timestream query resource.
| PARAMETER | DESCRIPTION |
|---|---|
ResourceARN
|
The Timestream resource that the tags will be removed from. This value is an Amazon Resource Name (ARN).
TYPE:
|
TagKeys
|
A list of tags keys. Existing tags of the resource whose keys are members of this list will be removed from the Timestream resource.
TYPE:
|
ResourceARN
instance-attribute
ResourceARN
TagKeys
class-attribute
instance-attribute
TagKeys = Field(..., min_length=0, max_length=200)
UntagResourceResponse
Bases: BaseModel
The response returned by the service when an UntagResource action is successful. If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.