class
Amazonite::EventBridge::UpdateEndpointResponse
- Amazonite::EventBridge::UpdateEndpointResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/update_endpoint_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(name : String | Nil = nil, arn : String | Nil = nil, routing_config : RoutingConfig | Nil = nil, replication_config : ReplicationConfig | Nil = nil, event_buses : Array(EndpointEventBus) | Nil = nil, role_arn : String | Nil = nil, endpoint_id : String | Nil = nil, endpoint_url : String | Nil = nil, state : EndpointState | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String | Nil
The ARN of the endpoint you updated in this request.
-
#arn=(arn : String | Nil)
The ARN of the endpoint you updated in this request.
-
#endpoint_id : String | Nil
The ID of the endpoint you updated in this request.
-
#endpoint_id=(endpoint_id : String | Nil)
The ID of the endpoint you updated in this request.
-
#endpoint_url : String | Nil
The URL of the endpoint you updated in this request.
-
#endpoint_url=(endpoint_url : String | Nil)
The URL of the endpoint you updated in this request.
-
#event_buses : Array(EndpointEventBus) | Nil
The event buses used for replication for the endpoint you updated in this request.
-
#event_buses=(event_buses : Array(EndpointEventBus) | Nil)
The event buses used for replication for the endpoint you updated in this request.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String | Nil
The name of the endpoint you updated in this request.
-
#name=(name : String | Nil)
The name of the endpoint you updated in this request.
-
#replication_config : ReplicationConfig | Nil
Whether event replication was enabled or disabled for the endpoint you updated in this request.
-
#replication_config=(replication_config : ReplicationConfig | Nil)
Whether event replication was enabled or disabled for the endpoint you updated in this request.
-
#role_arn : String | Nil
The ARN of the role used by event replication for the endpoint you updated in this request.
-
#role_arn=(role_arn : String | Nil)
The ARN of the role used by event replication for the endpoint you updated in this request.
-
#routing_config : RoutingConfig | Nil
The routing configuration you updated in this request.
-
#routing_config=(routing_config : RoutingConfig | Nil)
The routing configuration you updated in this request.
-
#state : EndpointState | Nil
The state of the endpoint you updated in this request.
-
#state=(state : EndpointState | Nil)
The state of the endpoint you updated in this request.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The URL of the endpoint you updated in this request.
The event buses used for replication for the endpoint you updated in this request.
The event buses used for replication for the endpoint you updated in this request.
Whether event replication was enabled or disabled for the endpoint you updated in this request.
Whether event replication was enabled or disabled for the endpoint you updated in this request.
The ARN of the role used by event replication for the endpoint you updated in this request.
The ARN of the role used by event replication for the endpoint you updated in this request.
The routing configuration you updated in this request.