class
Amazonite::EventBridge::DeleteConnectionResponse
- Amazonite::EventBridge::DeleteConnectionResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/delete_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, last_authorized_time : Time | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
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 deleted.
-
#connection_arn=(connection_arn : String | Nil)
The ARN of the connection that was deleted.
-
#connection_state : ConnectionState | Nil
The state of the connection before it was deleted.
-
#connection_state=(connection_state : ConnectionState | Nil)
The state of the connection before it was deleted.
-
#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_authorized_time : Time | Nil
A time stamp for the time that the connection was last authorized before it wa deleted.
-
#last_authorized_time=(last_authorized_time : Time | Nil)
A time stamp for the time that the connection was last authorized before it wa deleted.
-
#last_modified_time : Time | Nil
A time stamp for the time that the connection was last modified before it was deleted.
-
#last_modified_time=(last_modified_time : Time | Nil)
A time stamp for the time that the connection was last modified before it was deleted.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The state of the connection before it was deleted.
A time stamp for the time that the connection was created.
A time stamp for the time that the connection was last authorized before it wa deleted.
A time stamp for the time that the connection was last authorized before it wa deleted.
A time stamp for the time that the connection was last modified before it was deleted.
A time stamp for the time that the connection was last modified before it was deleted.