Class: Aws::Types::UpdateRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::RuleAction]
Returns the value of attribute actions.
-
#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.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
Instance Attribute Details
#actions ⇒ ::Array[Types::RuleAction]
Returns the value of attribute actions.
9092 9093 9094 |
# File 'sig/types.rbs', line 9092 def actions @actions end |
#function ⇒ ::String
Returns the value of attribute function.
9091 9092 9093 |
# File 'sig/types.rbs', line 9091 def function @function end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9089 9090 9091 |
# File 'sig/types.rbs', line 9089 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
9090 9091 9092 |
# File 'sig/types.rbs', line 9090 def name @name end |
#publish_status ⇒ "DRAFT", "PUBLISHED"
Returns the value of attribute publish_status.
9093 9094 9095 |
# File 'sig/types.rbs', line 9093 def publish_status @publish_status end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
9088 9089 9090 |
# File 'sig/types.rbs', line 9088 def rule_id @rule_id end |