Class: Aws::Types::AutomatedReasoningPolicyDefinitionElement
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyDefinitionElement
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: PolicyDefinitionRule, PolicyDefinitionType, PolicyDefinitionVariable, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_definition_rule ⇒ Types::AutomatedReasoningPolicyDefinitionRule
Returns the value of attribute policy_definition_rule.
-
#policy_definition_type ⇒ Types::AutomatedReasoningPolicyDefinitionType
Returns the value of attribute policy_definition_type.
-
#policy_definition_variable ⇒ Types::AutomatedReasoningPolicyDefinitionVariable
Returns the value of attribute policy_definition_variable.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#policy_definition_rule ⇒ Types::AutomatedReasoningPolicyDefinitionRule
Returns the value of attribute policy_definition_rule.
448 449 450 |
# File 'sig/types.rbs', line 448 def policy_definition_rule @policy_definition_rule end |
#policy_definition_type ⇒ Types::AutomatedReasoningPolicyDefinitionType
Returns the value of attribute policy_definition_type.
447 448 449 |
# File 'sig/types.rbs', line 447 def policy_definition_type @policy_definition_type end |
#policy_definition_variable ⇒ Types::AutomatedReasoningPolicyDefinitionVariable
Returns the value of attribute policy_definition_variable.
446 447 448 |
# File 'sig/types.rbs', line 446 def policy_definition_variable @policy_definition_variable end |
#unknown ⇒ Object
Returns the value of attribute unknown.
449 450 451 |
# File 'sig/types.rbs', line 449 def unknown @unknown end |