class Amazonite::Kms::ListKeyRotationsResponse

Included Modules

Defined in:

kms/list_key_rotations_response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(rotations : Array(RotationsListEntry) | Nil = nil, next_marker : String | Nil = nil, truncated : Bool | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def next_marker : String | Nil #

When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.


[View source]
def next_marker=(next_marker : String | Nil) #

When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.


[View source]
def rotations : Array(RotationsListEntry) | Nil #

A list of completed key material rotations. When the optional input parameter IncludeKeyMaterial is specified with a value of ALL_KEY_MATERIAL, this list includes the first key material and any imported key material pending rotation.


[View source]
def rotations=(rotations : Array(RotationsListEntry) | Nil) #

A list of completed key material rotations. When the optional input parameter IncludeKeyMaterial is specified with a value of ALL_KEY_MATERIAL, this list includes the first key material and any imported key material pending rotation.


[View source]
def truncated : Bool | Nil #

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.


[View source]
def truncated=(truncated : Bool | Nil) #

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.


[View source]
def validate! : Nil #

[View source]