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", "DISABLED"
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
940 941 942 |
# File 'sig/types.rbs', line 940 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
943 944 945 |
# File 'sig/types.rbs', line 943 def description @description end |
#event_bus_name ⇒ ::String
Returns the value of attribute event_bus_name.
947 948 949 |
# File 'sig/types.rbs', line 947 def event_bus_name @event_bus_name end |
#event_pattern ⇒ ::String
Returns the value of attribute event_pattern.
941 942 943 |
# File 'sig/types.rbs', line 941 def event_pattern @event_pattern end |
#managed_by ⇒ ::String
Returns the value of attribute managed_by.
946 947 948 |
# File 'sig/types.rbs', line 946 def managed_by @managed_by end |
#name ⇒ ::String
Returns the value of attribute name.
939 940 941 |
# File 'sig/types.rbs', line 939 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
945 946 947 |
# File 'sig/types.rbs', line 945 def role_arn @role_arn end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
944 945 946 |
# File 'sig/types.rbs', line 944 def schedule_expression @schedule_expression end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
942 943 944 |
# File 'sig/types.rbs', line 942 def state @state end |