class
Amazonite::Kms::ListResourceTagsResponse
- Amazonite::Kms::ListResourceTagsResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kms/list_resource_tags_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(tags : Array(Tag) | Nil = nil, next_marker : String | Nil = nil, truncated : Bool | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#next_marker : String | Nil
When
Truncatedis true, this element is present and contains the value to use for theMarkerparameter in a subsequent request. -
#next_marker=(next_marker : String | Nil)
When
Truncatedis true, this element is present and contains the value to use for theMarkerparameter in a subsequent request. -
#tags : Array(Tag) | Nil
A list of tags.
-
#tags=(tags : Array(Tag) | Nil)
A list of tags.
-
#truncated : Bool | Nil
A flag that indicates whether there are more items in the list.
-
#truncated=(truncated : Bool | Nil)
A flag that indicates whether there are more items in the list.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
A list of tags. Each tag consists of a tag key and a tag value.
Tagging or untagging a KMS key can allow or deny permission to the KMS key. For details, see ABAC for KMS in the Key Management Service Developer Guide.
A list of tags. Each tag consists of a tag key and a tag value.
Tagging or untagging a KMS key can allow or deny permission to the KMS key. For details, see ABAC for KMS in the Key Management Service Developer Guide.
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 this response to the Marker parameter in a subsequent request.
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 this response to the Marker parameter in a subsequent request.