class Amazonite::EventBridge::UpdateArchiveResponse

Included Modules

Defined in:

eventbridge/update_archive_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(archive_arn : String | Nil = nil, state : ArchiveState | Nil = nil, state_reason : String | Nil = nil, creation_time : Time | 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 archive_arn : String | Nil #

The ARN of the archive.


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

The ARN of the archive.


[View source]
def creation_time : Time | Nil #

The time at which the archive was updated.


[View source]
def creation_time=(creation_time : Time | Nil) #

The time at which the archive was updated.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def state : ArchiveState | Nil #

The state of the archive.


[View source]
def state=(state : ArchiveState | Nil) #

The state of the archive.


[View source]
def state_reason : String | Nil #

The reason that the archive is in the current state.


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

The reason that the archive is in the current state.


[View source]
def validate! : Nil #

[View source]