class
Amazonite::EventBridge::DescribeApiDestinationResponse
- Amazonite::EventBridge::DescribeApiDestinationResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/describe_api_destination_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(api_destination_arn : String | Nil = nil, name : String | Nil = nil, description : String | Nil = nil, api_destination_state : ApiDestinationState | Nil = nil, connection_arn : String | Nil = nil, invocation_endpoint : String | Nil = nil, http_method : ApiDestinationHttpMethod | Nil = nil, invocation_rate_limit_per_second : Int32 | 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 retrieved.
-
#api_destination_arn=(api_destination_arn : String | Nil)
The ARN of the API destination retrieved.
-
#api_destination_state : ApiDestinationState | Nil
The state of the API destination retrieved.
-
#api_destination_state=(api_destination_state : ApiDestinationState | Nil)
The state of the API destination retrieved.
-
#connection_arn : String | Nil
The ARN of the connection specified for the API destination retrieved.
-
#connection_arn=(connection_arn : String | Nil)
The ARN of the connection specified for the API destination retrieved.
-
#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.
-
#description : String | Nil
The description for the API destination retrieved.
-
#description=(description : String | Nil)
The description for the API destination retrieved.
-
#hash(hasher)
See
Object#hash(hasher) -
#http_method : ApiDestinationHttpMethod | Nil
The method to use to connect to the HTTP endpoint.
-
#http_method=(http_method : ApiDestinationHttpMethod | Nil)
The method to use to connect to the HTTP endpoint.
-
#invocation_endpoint : String | Nil
The URL to use to connect to the HTTP endpoint.
-
#invocation_endpoint=(invocation_endpoint : String | Nil)
The URL to use to connect to the HTTP endpoint.
-
#invocation_rate_limit_per_second : Int32 | Nil
The maximum number of invocations per second to specified for the API destination.
-
#invocation_rate_limit_per_second=(invocation_rate_limit_per_second : Int32 | Nil)
The maximum number of invocations per second to specified for the API destination.
-
#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.
-
#name : String | Nil
The name of the API destination retrieved.
-
#name=(name : String | Nil)
The name of the API destination retrieved.
- #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 retrieved.
The state of the API destination retrieved.
The ARN of the connection specified for the API destination retrieved.
The ARN of the connection specified for the API destination retrieved.
A time stamp for the time that the API destination was created.
The method to use to connect to the HTTP endpoint.
The method to use to connect to the HTTP endpoint.
The URL to use to connect to the HTTP endpoint.
The maximum number of invocations per second to specified for the API destination. Note that if you set the invocation rate maximum to a value lower the rate necessary to send all events received on to the destination HTTP endpoint, some events may not be delivered within the 24-hour retry window. If you plan to set the rate lower than the rate necessary to deliver all events, consider using a dead-letter queue to catch events that are not delivered within 24 hours.
The maximum number of invocations per second to specified for the API destination. Note that if you set the invocation rate maximum to a value lower the rate necessary to send all events received on to the destination HTTP endpoint, some events may not be delivered within the 24-hour retry window. If you plan to set the rate lower than the rate necessary to deliver all events, consider using a dead-letter queue to catch events that are not delivered within 24 hours.
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.