class
Amazonite::Kms::ListKeysResponse
- Amazonite::Kms::ListKeysResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kms/list_keys_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(keys : Array(KeyListEntry) | 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) -
#keys : Array(KeyListEntry) | Nil
A list of KMS keys.
-
#keys=(keys : Array(KeyListEntry) | Nil)
A list of KMS keys.
-
#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. -
#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.
When Truncated is true, this element is present and contains the value to use for 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.
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.