Class: Aws::Types::PutRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
997 998 999 |
# File 'sig/types.rbs', line 997 def description @description end |
#event_bus_name ⇒ ::String
Returns the value of attribute event_bus_name.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def event_bus_name @event_bus_name end |
#event_pattern ⇒ ::String
Returns the value of attribute event_pattern.
995 996 997 |
# File 'sig/types.rbs', line 995 def event_pattern @event_pattern end |
#name ⇒ ::String
Returns the value of attribute name.
993 994 995 |
# File 'sig/types.rbs', line 993 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
998 999 1000 |
# File 'sig/types.rbs', line 998 def role_arn @role_arn end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
994 995 996 |
# File 'sig/types.rbs', line 994 def schedule_expression @schedule_expression end |
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
996 997 998 |
# File 'sig/types.rbs', line 996 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def end |