class
Amazonite::EventBridge::DescribeConnectionConnectivityParameters
Overview
If the connection uses a private OAuth endpoint, the parameters for EventBridge to use when authenticating against the endpoint.
For more information, see Authorization methods for connections in the * Amazon EventBridge User Guide *.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/describe_connection_connectivity_parameters.crConstructors
- .new(pull : JSON::PullParser)
- .new(resource_parameters : DescribeConnectionResourceParameters)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#resource_parameters : DescribeConnectionResourceParameters
The parameters for EventBridge to use when invoking the resource endpoint.
-
#resource_parameters=(resource_parameters : DescribeConnectionResourceParameters)
The parameters for EventBridge to use when invoking the resource endpoint.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def resource_parameters : DescribeConnectionResourceParameters
#
The parameters for EventBridge to use when invoking the resource endpoint.
def resource_parameters=(resource_parameters : DescribeConnectionResourceParameters)
#
The parameters for EventBridge to use when invoking the resource endpoint.