Class: Aws::Types::AutomatedReasoningPolicyMutation
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyMutation
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AddRule, AddType, AddVariable, DeleteRule, DeleteType, DeleteVariable, Unknown, UpdateRule, UpdateType, UpdateVariable
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_rule ⇒ Types::AutomatedReasoningPolicyAddRuleMutation
Returns the value of attribute add_rule.
-
#add_type ⇒ Types::AutomatedReasoningPolicyAddTypeMutation
Returns the value of attribute add_type.
-
#add_variable ⇒ Types::AutomatedReasoningPolicyAddVariableMutation
Returns the value of attribute add_variable.
-
#delete_rule ⇒ Types::AutomatedReasoningPolicyDeleteRuleMutation
Returns the value of attribute delete_rule.
-
#delete_type ⇒ Types::AutomatedReasoningPolicyDeleteTypeMutation
Returns the value of attribute delete_type.
-
#delete_variable ⇒ Types::AutomatedReasoningPolicyDeleteVariableMutation
Returns the value of attribute delete_variable.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#update_rule ⇒ Types::AutomatedReasoningPolicyUpdateRuleMutation
Returns the value of attribute update_rule.
-
#update_type ⇒ Types::AutomatedReasoningPolicyUpdateTypeMutation
Returns the value of attribute update_type.
-
#update_variable ⇒ Types::AutomatedReasoningPolicyUpdateVariableMutation
Returns the value of attribute update_variable.
Instance Attribute Details
#add_rule ⇒ Types::AutomatedReasoningPolicyAddRuleMutation
Returns the value of attribute add_rule.
598 599 600 |
# File 'sig/types.rbs', line 598 def add_rule @add_rule end |
#add_type ⇒ Types::AutomatedReasoningPolicyAddTypeMutation
Returns the value of attribute add_type.
592 593 594 |
# File 'sig/types.rbs', line 592 def add_type @add_type end |
#add_variable ⇒ Types::AutomatedReasoningPolicyAddVariableMutation
Returns the value of attribute add_variable.
595 596 597 |
# File 'sig/types.rbs', line 595 def add_variable @add_variable end |
#delete_rule ⇒ Types::AutomatedReasoningPolicyDeleteRuleMutation
Returns the value of attribute delete_rule.
600 601 602 |
# File 'sig/types.rbs', line 600 def delete_rule @delete_rule end |
#delete_type ⇒ Types::AutomatedReasoningPolicyDeleteTypeMutation
Returns the value of attribute delete_type.
594 595 596 |
# File 'sig/types.rbs', line 594 def delete_type @delete_type end |
#delete_variable ⇒ Types::AutomatedReasoningPolicyDeleteVariableMutation
Returns the value of attribute delete_variable.
597 598 599 |
# File 'sig/types.rbs', line 597 def delete_variable @delete_variable end |
#unknown ⇒ Object
Returns the value of attribute unknown.
601 602 603 |
# File 'sig/types.rbs', line 601 def unknown @unknown end |
#update_rule ⇒ Types::AutomatedReasoningPolicyUpdateRuleMutation
Returns the value of attribute update_rule.
599 600 601 |
# File 'sig/types.rbs', line 599 def update_rule @update_rule end |
#update_type ⇒ Types::AutomatedReasoningPolicyUpdateTypeMutation
Returns the value of attribute update_type.
593 594 595 |
# File 'sig/types.rbs', line 593 def update_type @update_type end |
#update_variable ⇒ Types::AutomatedReasoningPolicyUpdateVariableMutation
Returns the value of attribute update_variable.
596 597 598 |
# File 'sig/types.rbs', line 596 def update_variable @update_variable end |