Class: Aws::Types::Rule
- Inherits:
-
Object
- Object
- Aws::Types::Rule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def description @description end |
#event_bus_name ⇒ ::String
Returns the value of attribute event_bus_name.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def event_bus_name @event_bus_name end |
#event_pattern ⇒ ::String
Returns the value of attribute event_pattern.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def event_pattern @event_pattern end |
#managed_by ⇒ ::String
Returns the value of attribute managed_by.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def managed_by @managed_by end |
#name ⇒ ::String
Returns the value of attribute name.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def role_arn @role_arn end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def schedule_expression @schedule_expression end |
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def state @state end |