class
Amazonite::EventBridge::CreateConnectionResponse
- Amazonite::EventBridge::CreateConnectionResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/create_connection_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(connection_arn : String | Nil = nil, connection_state : ConnectionState | Nil = nil, creation_time : Time | Nil = nil, last_modified_time : Time | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#connection_arn : String | Nil
The ARN of the connection that was created by the request.
-
#connection_arn=(connection_arn : String | Nil)
The ARN of the connection that was created by the request.
-
#connection_state : ConnectionState | Nil
The state of the connection that was created by the request.
-
#connection_state=(connection_state : ConnectionState | Nil)
The state of the connection that was created by the request.
-
#creation_time : Time | Nil
A time stamp for the time that the connection was created.
-
#creation_time=(creation_time : Time | Nil)
A time stamp for the time that the connection was created.
-
#hash(hasher)
See
Object#hash(hasher) -
#last_modified_time : Time | Nil
A time stamp for the time that the connection was last updated.
-
#last_modified_time=(last_modified_time : Time | Nil)
A time stamp for the time that the connection was last updated.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The ARN of the connection that was created by the request.
The state of the connection that was created by the request.
The state of the connection that was created by the request.
A time stamp for the time that the connection was created.
A time stamp for the time that the connection was last updated.
A time stamp for the time that the connection was last updated.