class
Amazonite::EventBridge::ConnectionOAuthClientResponseParameters
Overview
The client response parameters for the connection when OAuth is specified as the authorization type.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/connection_o_auth_client_response_parameters.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#client_id : String | Nil
The client ID associated with the response to the connection request.
-
#client_id=(client_id : String | Nil)
The client ID associated with the response to the connection request.
-
#hash(hasher)
See
Object#hash(hasher) - #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 client_id : String | Nil
#
The client ID associated with the response to the connection request.
def client_id=(client_id : String | Nil)
#
The client ID associated with the response to the connection request.