class
Amazonite::EventBridge::CreateApiDestinationResponse
- Amazonite::EventBridge::CreateApiDestinationResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/create_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)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
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 created by the request.
-
#api_destination_arn=(api_destination_arn : String | Nil)
The ARN of the API destination that was created by the request.
-
#api_destination_state : ApiDestinationState | Nil
The state of the API destination that was created by the request.
-
#api_destination_state=(api_destination_state : ApiDestinationState | Nil)
The state of the API destination that was created by the request.
-
#creation_time : Time | Nil
A time stamp indicating the time that the API destination was created.
-
#creation_time=(creation_time : Time | Nil)
A time stamp indicating the time that the API destination was created.
-
#hash(hasher)
See
Object#hash(hasher) -
#last_modified_time : Time | Nil
A time stamp indicating the time that the API destination was last modified.
-
#last_modified_time=(last_modified_time : Time | Nil)
A time stamp indicating 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 created by the request.
The ARN of the API destination that was created by the request.
The state of the API destination that was created by the request.
The state of the API destination that was created by the request.
A time stamp indicating the time that the API destination was created.
A time stamp indicating the time that the API destination was created.
A time stamp indicating the time that the API destination was last modified.
A time stamp indicating the time that the API destination was last modified.