Class: Aws::Types::DescribeRuleResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRuleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#event_bus_name ⇒ ::String
Returns the value of attribute event_bus_name.
-
#event_pattern ⇒ ::String
Returns the value of attribute event_pattern.
-
#managed_by ⇒ ::String
Returns the value of attribute managed_by.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
472 473 474 |
# File 'sig/types.rbs', line 472 def arn @arn end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
480 481 482 |
# File 'sig/types.rbs', line 480 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
476 477 478 |
# File 'sig/types.rbs', line 476 def description @description end |
#event_bus_name ⇒ ::String
Returns the value of attribute event_bus_name.
479 480 481 |
# File 'sig/types.rbs', line 479 def event_bus_name @event_bus_name end |
#event_pattern ⇒ ::String
Returns the value of attribute event_pattern.
473 474 475 |
# File 'sig/types.rbs', line 473 def event_pattern @event_pattern end |
#managed_by ⇒ ::String
Returns the value of attribute managed_by.
478 479 480 |
# File 'sig/types.rbs', line 478 def managed_by @managed_by end |
#name ⇒ ::String
Returns the value of attribute name.
471 472 473 |
# File 'sig/types.rbs', line 471 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
477 478 479 |
# File 'sig/types.rbs', line 477 def role_arn @role_arn end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
474 475 476 |
# File 'sig/types.rbs', line 474 def schedule_expression @schedule_expression end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
475 476 477 |
# File 'sig/types.rbs', line 475 def state @state end |