NAME
Paws::KMS::ListResourceTagsResponse
ATTRIBUTES
NextMarker => Str
When Truncated
is true, this element is present and contains the value to use for the Marker
parameter in a subsequent request.
Do not assume or infer any information from this value.
Tags => ArrayRef[Paws::KMS::Tag]
A list of tags. Each tag consists of a tag key and a tag value.
Tagging or untagging a CMK can allow or deny permission to the CMK. For details, see Using ABAC in AWS KMS (https://docs.aws.amazon.com/kms/latest/developerguide/abac.html) in the AWS Key Management Service Developer Guide.
Truncated => Bool
A flag that indicates whether there are more items in the list. When this value is true, the list in this response is truncated. To get more items, pass the value of the NextMarker
element in thisresponse to the Marker
parameter in a subsequent request.