class Amazonite::EventBridge::CreateApiDestinationResponse

Included Modules

Defined in:

eventbridge/create_api_destination_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(api_destination_arn : String | Nil = nil, api_destination_state : ApiDestinationState | 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 api_destination_arn : String | Nil #

The ARN of the API destination that was created by the request.


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

The ARN of the API destination that was created by the request.


[View source]
def api_destination_state : ApiDestinationState | Nil #

The state of the API destination that was created by the request.


[View source]
def api_destination_state=(api_destination_state : ApiDestinationState | Nil) #

The state of the API destination that was created by the request.


[View source]
def creation_time : Time | Nil #

A time stamp indicating the time that the API destination was created.


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

A time stamp indicating the time that the API destination 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 indicating the time that the API destination was last modified.


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

A time stamp indicating the time that the API destination was last modified.


[View source]
def validate! : Nil #

[View source]