class
Amazonite::EventBridge::DescribeRuleRequest
- Amazonite::EventBridge::DescribeRuleRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/describe_rule_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(name : String, event_bus_name : 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. -
#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.