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", "DISABLED"
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.
837 838 839 |
# File 'sig/types.rbs', line 837 def description @description end |
#event_bus_name ⇒ ::String
Returns the value of attribute event_bus_name.
840 841 842 |
# File 'sig/types.rbs', line 840 def event_bus_name @event_bus_name end |
#event_pattern ⇒ ::String
Returns the value of attribute event_pattern.
835 836 837 |
# File 'sig/types.rbs', line 835 def event_pattern @event_pattern end |
#name ⇒ ::String
Returns the value of attribute name.
833 834 835 |
# File 'sig/types.rbs', line 833 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
838 839 840 |
# File 'sig/types.rbs', line 838 def role_arn @role_arn end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
834 835 836 |
# File 'sig/types.rbs', line 834 def schedule_expression @schedule_expression end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
836 837 838 |
# File 'sig/types.rbs', line 836 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
839 840 841 |
# File 'sig/types.rbs', line 839 def end |