class
Amazonite::EventBridge::DeleteEndpointRequest
- Amazonite::EventBridge::DeleteEndpointRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/delete_endpoint_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#name : String
The name of the endpoint you want to delete.
-
#name=(name : String)
The name of the endpoint you want to delete.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def name : String
#
The name of the endpoint you want to delete. For example,
"Name":"us-east-2-custom_bus_A-endpoint"..
def name=(name : String)
#
The name of the endpoint you want to delete. For example,
"Name":"us-east-2-custom_bus_A-endpoint"..