class Amazonite::EventBridge::UpdateApiDestinationRequest

Included Modules

Defined in:

eventbridge/update_api_destination_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(name : String, description : String | Nil = nil, connection_arn : String | Nil = nil, invocation_endpoint : String | Nil = nil, http_method : ApiDestinationHttpMethod | Nil = nil, invocation_rate_limit_per_second : Int32 | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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 to use for the API destination.


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

The ARN of the connection to use for the API destination.


[View source]
def description : String | Nil #

The name of the API destination to update.


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

The name of the API destination to update.


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

See Object#hash(hasher)


def http_method : ApiDestinationHttpMethod | Nil #

The method to use for the API destination.


[View source]
def http_method=(http_method : ApiDestinationHttpMethod | Nil) #

The method to use for the API destination.


[View source]
def invocation_endpoint : String | Nil #

The URL to the endpoint to use for the API destination.


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

The URL to the endpoint to use for the API destination.


[View source]
def invocation_rate_limit_per_second : Int32 | Nil #

The maximum number of invocations per second to send to the API destination.


[View source]
def invocation_rate_limit_per_second=(invocation_rate_limit_per_second : Int32 | Nil) #

The maximum number of invocations per second to send to the API destination.


[View source]
def name : String #

The name of the API destination to update.


[View source]
def name=(name : String) #

The name of the API destination to update.


[View source]
def validate! : Nil #

[View source]