Class: Aws::Types::CreateRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::RuleAction]
Returns the value of attribute actions.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#function ⇒ ::String
Returns the value of attribute function.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#publish_status ⇒ "DRAFT", "PUBLISHED"
Returns the value of attribute publish_status.
-
#trigger_event_source ⇒ Types::RuleTriggerEventSource
Returns the value of attribute trigger_event_source.
Instance Attribute Details
#actions ⇒ ::Array[Types::RuleAction]
Returns the value of attribute actions.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def actions @actions end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def client_token @client_token end |
#function ⇒ ::String
Returns the value of attribute function.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def function @function end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def name @name end |
#publish_status ⇒ "DRAFT", "PUBLISHED"
Returns the value of attribute publish_status.
1731 1732 1733 |
# File 'sig/types.rbs', line 1731 def publish_status @publish_status end |
#trigger_event_source ⇒ Types::RuleTriggerEventSource
Returns the value of attribute trigger_event_source.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def trigger_event_source @trigger_event_source end |