Class: Aws::Types::AutomatedReasoningPolicyBuildStep
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyBuildStep
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context ⇒ Types::AutomatedReasoningPolicyBuildStepContext
Returns the value of attribute context.
-
#messages ⇒ ::Array[Types::AutomatedReasoningPolicyBuildStepMessage]
Returns the value of attribute messages.
-
#prior_element ⇒ Types::AutomatedReasoningPolicyDefinitionElement
Returns the value of attribute prior_element.
Instance Attribute Details
#context ⇒ Types::AutomatedReasoningPolicyBuildStepContext
Returns the value of attribute context.
382 383 384 |
# File 'sig/types.rbs', line 382 def context @context end |
#messages ⇒ ::Array[Types::AutomatedReasoningPolicyBuildStepMessage]
Returns the value of attribute messages.
384 385 386 |
# File 'sig/types.rbs', line 384 def @messages end |
#prior_element ⇒ Types::AutomatedReasoningPolicyDefinitionElement
Returns the value of attribute prior_element.
383 384 385 |
# File 'sig/types.rbs', line 383 def prior_element @prior_element end |