class Aws::KMS::Types::ListResourceTagsResponse
@!attribute [rw] tags
A list of tags. Each tag consists of a tag key and a tag value. <note markdown="1"> Tagging or untagging a KMS key can allow or deny permission to the KMS key. For details, see [Using ABAC in KMS][1] in the *Key Management Service Developer Guide*. </note> [1]: https://docs.aws.amazon.com/kms/latest/developerguide/abac.html @return [Array<Types::Tag>]
@!attribute [rw] next_marker
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. @return [String]
@!attribute [rw] truncated
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. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/kms-2014-11-01/ListResourceTagsResponse AWS API Documentation
Constants
- SENSITIVE