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