Class: Aws::Types::AutomatedReasoningPolicyDefinition
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rules ⇒ ::Array[Types::AutomatedReasoningPolicyDefinitionRule]
Returns the value of attribute rules.
-
#types ⇒ ::Array[Types::AutomatedReasoningPolicyDefinitionType]
Returns the value of attribute types.
-
#variables ⇒ ::Array[Types::AutomatedReasoningPolicyDefinitionVariable]
Returns the value of attribute variables.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#rules ⇒ ::Array[Types::AutomatedReasoningPolicyDefinitionRule]
Returns the value of attribute rules.
440 441 442 |
# File 'sig/types.rbs', line 440 def rules @rules end |
#types ⇒ ::Array[Types::AutomatedReasoningPolicyDefinitionType]
Returns the value of attribute types.
439 440 441 |
# File 'sig/types.rbs', line 439 def types @types end |
#variables ⇒ ::Array[Types::AutomatedReasoningPolicyDefinitionVariable]
Returns the value of attribute variables.
441 442 443 |
# File 'sig/types.rbs', line 441 def variables @variables end |
#version ⇒ ::String
Returns the value of attribute version.
438 439 440 |
# File 'sig/types.rbs', line 438 def version @version end |