Class: Aws::Types::AutomatedReasoningPolicyWorkflowTypeContent
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyWorkflowTypeContent
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Documents, GenerateFidelityReportContent, IterativeRefinementContent, PolicyRepairAssets, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#documents ⇒ ::Array[Types::AutomatedReasoningPolicyBuildWorkflowDocument]
Returns the value of attribute documents.
-
#generate_fidelity_report_content ⇒ Types::AutomatedReasoningPolicyGenerateFidelityReportContent
Returns the value of attribute generate_fidelity_report_content.
-
#iterative_refinement_content ⇒ Types::AutomatedReasoningPolicyIterativeRefinementContent
Returns the value of attribute iterative_refinement_content.
-
#policy_repair_assets ⇒ Types::AutomatedReasoningPolicyBuildWorkflowRepairContent
Returns the value of attribute policy_repair_assets.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#documents ⇒ ::Array[Types::AutomatedReasoningPolicyBuildWorkflowDocument]
Returns the value of attribute documents.
796 797 798 |
# File 'sig/types.rbs', line 796 def documents @documents end |
#generate_fidelity_report_content ⇒ Types::AutomatedReasoningPolicyGenerateFidelityReportContent
Returns the value of attribute generate_fidelity_report_content.
798 799 800 |
# File 'sig/types.rbs', line 798 def generate_fidelity_report_content @generate_fidelity_report_content end |
#iterative_refinement_content ⇒ Types::AutomatedReasoningPolicyIterativeRefinementContent
Returns the value of attribute iterative_refinement_content.
799 800 801 |
# File 'sig/types.rbs', line 799 def iterative_refinement_content @iterative_refinement_content end |
#policy_repair_assets ⇒ Types::AutomatedReasoningPolicyBuildWorkflowRepairContent
Returns the value of attribute policy_repair_assets.
797 798 799 |
# File 'sig/types.rbs', line 797 def policy_repair_assets @policy_repair_assets end |
#unknown ⇒ Object
Returns the value of attribute unknown.
800 801 802 |
# File 'sig/types.rbs', line 800 def unknown @unknown end |