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", ...
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
575 576 577 |
# File 'sig/types.rbs', line 575 def arn @arn end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
583 584 585 |
# File 'sig/types.rbs', line 583 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
579 580 581 |
# File 'sig/types.rbs', line 579 def description @description end |
#event_bus_name ⇒ ::String
Returns the value of attribute event_bus_name.
582 583 584 |
# File 'sig/types.rbs', line 582 def event_bus_name @event_bus_name end |
#event_pattern ⇒ ::String
Returns the value of attribute event_pattern.
576 577 578 |
# File 'sig/types.rbs', line 576 def event_pattern @event_pattern end |
#managed_by ⇒ ::String
Returns the value of attribute managed_by.
581 582 583 |
# File 'sig/types.rbs', line 581 def managed_by @managed_by end |
#name ⇒ ::String
Returns the value of attribute name.
574 575 576 |
# File 'sig/types.rbs', line 574 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
580 581 582 |
# File 'sig/types.rbs', line 580 def role_arn @role_arn end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
577 578 579 |
# File 'sig/types.rbs', line 577 def schedule_expression @schedule_expression end |
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
578 579 580 |
# File 'sig/types.rbs', line 578 def state @state end |