class
Amazonite::EventBridge::UpdateApiDestinationResponse
- Amazonite::EventBridge::UpdateApiDestinationResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/update_api_destination_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(api_destination_arn : String | Nil = nil, api_destination_state : ApiDestinationState | 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. -
#api_destination_arn : String | Nil
The ARN of the API destination that was updated.
-
#api_destination_arn=(api_destination_arn : String | Nil)
The ARN of the API destination that was updated.
-
#api_destination_state : ApiDestinationState | Nil
The state of the API destination that was updated.
-
#api_destination_state=(api_destination_state : ApiDestinationState | Nil)
The state of the API destination that was updated.
-
#creation_time : Time | Nil
A time stamp for the time that the API destination was created.
-
#creation_time=(creation_time : Time | Nil)
A time stamp for the time that the API destination was created.
-
#hash(hasher)
See
Object#hash(hasher) -
#last_modified_time : Time | Nil
A time stamp for the time that the API destination was last modified.
-
#last_modified_time=(last_modified_time : Time | Nil)
A time stamp for the time that the API destination was last modified.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The ARN of the API destination that was updated.
The state of the API destination that was updated.
The state of the API destination that was updated.
A time stamp for the time that the API destination was created.
A time stamp for the time that the API destination was last modified.
A time stamp for the time that the API destination was last modified.