class Amazonite::EventBridge::CreateConnectionResponse

Included Modules

Defined in:

eventbridge/create_connection_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(connection_arn : String | Nil = nil, connection_state : ConnectionState | Nil = nil, creation_time : Time | Nil = nil, last_modified_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 connection_arn : String | Nil #

The ARN of the connection that was created by the request.


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

The ARN of the connection that was created by the request.


[View source]
def connection_state : ConnectionState | Nil #

The state of the connection that was created by the request.


[View source]
def connection_state=(connection_state : ConnectionState | Nil) #

The state of the connection that was created by the request.


[View source]
def creation_time : Time | Nil #

A time stamp for the time that the connection was created.


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

A time stamp for the time that the connection was created.


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

See Object#hash(hasher)


def last_modified_time : Time | Nil #

A time stamp for the time that the connection was last updated.


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

A time stamp for the time that the connection was last updated.


[View source]
def validate! : Nil #

[View source]