Class: Aws::Types::AutomatedReasoningPolicyWorkflowTypeContent

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Documents, GenerateFidelityReportContent, IterativeRefinementContent, PolicyRepairAssets, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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_contentTypes::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_contentTypes::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_assetsTypes::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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


800
801
802
# File 'sig/types.rbs', line 800

def unknown
  @unknown
end