class
Amazonite::Kms::ListAliasesResponse
- Amazonite::Kms::ListAliasesResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kms/list_aliases_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(aliases : Array(AliasListEntry) | Nil = nil, next_marker : String | Nil = nil, truncated : Bool | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#aliases : Array(AliasListEntry) | Nil
A list of aliases.
-
#aliases=(aliases : Array(AliasListEntry) | Nil)
A list of aliases.
-
#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. -
#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.