Class: Aws::Types::AutomatedReasoningPolicyBuildStepContext
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyBuildStepContext
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Mutation, Planning, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mutation ⇒ Types::AutomatedReasoningPolicyMutation
Returns the value of attribute mutation.
-
#planning ⇒ Types::AutomatedReasoningPolicyPlanning
Returns the value of attribute planning.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#mutation ⇒ Types::AutomatedReasoningPolicyMutation
Returns the value of attribute mutation.
390 391 392 |
# File 'sig/types.rbs', line 390 def mutation @mutation end |
#planning ⇒ Types::AutomatedReasoningPolicyPlanning
Returns the value of attribute planning.
389 390 391 |
# File 'sig/types.rbs', line 389 def planning @planning end |
#unknown ⇒ Object
Returns the value of attribute unknown.
391 392 393 |
# File 'sig/types.rbs', line 391 def unknown @unknown end |