Class: Aws::Types::DeleteRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_bus_name ⇒ ::String
Returns the value of attribute event_bus_name.
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#event_bus_name ⇒ ::String
Returns the value of attribute event_bus_name.
341 342 343 |
# File 'sig/types.rbs', line 341 def event_bus_name @event_bus_name end |
#force ⇒ Boolean
Returns the value of attribute force.
342 343 344 |
# File 'sig/types.rbs', line 342 def force @force end |
#name ⇒ ::String
Returns the value of attribute name.
340 341 342 |
# File 'sig/types.rbs', line 340 def name @name end |