Class: Aws::Types::AutomatedReasoningPolicyBuildWorkflowSource
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyBuildWorkflowSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_definition ⇒ Types::AutomatedReasoningPolicyDefinition
Returns the value of attribute policy_definition.
-
#workflow_content ⇒ Types::AutomatedReasoningPolicyWorkflowTypeContent
Returns the value of attribute workflow_content.
Instance Attribute Details
#policy_definition ⇒ Types::AutomatedReasoningPolicyDefinition
Returns the value of attribute policy_definition.
422 423 424 |
# File 'sig/types.rbs', line 422 def policy_definition @policy_definition end |
#workflow_content ⇒ Types::AutomatedReasoningPolicyWorkflowTypeContent
Returns the value of attribute workflow_content.
423 424 425 |
# File 'sig/types.rbs', line 423 def workflow_content @workflow_content end |