class Amazonite::EventBridge::ConnectionHttpParameters

Overview

Any additional parameters for the connection.

Included Modules

Defined in:

eventbridge/connection_http_parameters.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(header_parameters : Array(ConnectionHeaderParameter) | Nil = nil, query_string_parameters : Array(ConnectionQueryStringParameter) | Nil = nil, body_parameters : Array(ConnectionBodyParameter) | 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 body_parameters : Array(ConnectionBodyParameter) | Nil #

Any additional body string parameters for the connection.


[View source]
def body_parameters=(body_parameters : Array(ConnectionBodyParameter) | Nil) #

Any additional body string parameters for the connection.


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

See Object#hash(hasher)


def header_parameters : Array(ConnectionHeaderParameter) | Nil #

Any additional header parameters for the connection.


[View source]
def header_parameters=(header_parameters : Array(ConnectionHeaderParameter) | Nil) #

Any additional header parameters for the connection.


[View source]
def query_string_parameters : Array(ConnectionQueryStringParameter) | Nil #

Any additional query string parameters for the connection.


[View source]
def query_string_parameters=(query_string_parameters : Array(ConnectionQueryStringParameter) | Nil) #

Any additional query string parameters for the connection.


[View source]
def validate! : Nil #

[View source]