class
Amazonite::EventBridge::DescribeEndpointRequest
- Amazonite::EventBridge::DescribeEndpointRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/describe_endpoint_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(name : String, home_region : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#home_region : String | Nil
The primary Region of the endpoint you want to get information about.
-
#home_region=(home_region : String | Nil)
The primary Region of the endpoint you want to get information about.
-
#name : String
The name of the endpoint you want to get information about.
-
#name=(name : String)
The name of the endpoint you want to get information about.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The primary Region of the endpoint you want to get information about. For example "HomeRegion": "us-east-1".
The primary Region of the endpoint you want to get information about. For example "HomeRegion": "us-east-1".
The name of the endpoint you want to get information about. For example,
"Name":"us-east-2-custom_bus_A-endpoint".
The name of the endpoint you want to get information about. For example,
"Name":"us-east-2-custom_bus_A-endpoint".