class
Amazonite::EventBridge::DescribeEventBusRequest
- Amazonite::EventBridge::DescribeEventBusRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/describe_event_bus_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#name : String | Nil
The name or ARN of the event bus to show details for.
-
#name=(name : String | Nil)
The name or ARN of the event bus to show details for.
- #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 | Nil
#
The name or ARN of the event bus to show details for. If you omit this, the default event bus is displayed.
def name=(name : String | Nil)
#
The name or ARN of the event bus to show details for. If you omit this, the default event bus is displayed.