Class: Aws::Types::AutomatedReasoningPolicyBuildResultAssets
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyBuildResultAssets
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AssetManifest, BuildLog, Document, FidelityReport, GeneratedTestCases, PolicyDefinition, PolicyScenarios, QualityReport, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_manifest ⇒ Types::AutomatedReasoningPolicyBuildResultAssetManifest
Returns the value of attribute asset_manifest.
-
#build_log ⇒ Types::AutomatedReasoningPolicyBuildLog
Returns the value of attribute build_log.
-
#document ⇒ Types::AutomatedReasoningPolicySourceDocument
Returns the value of attribute document.
-
#fidelity_report ⇒ Types::AutomatedReasoningPolicyFidelityReport
Returns the value of attribute fidelity_report.
-
#generated_test_cases ⇒ Types::AutomatedReasoningPolicyGeneratedTestCases
Returns the value of attribute generated_test_cases.
-
#policy_definition ⇒ Types::AutomatedReasoningPolicyDefinition
Returns the value of attribute policy_definition.
-
#policy_scenarios ⇒ Types::AutomatedReasoningPolicyScenarios
Returns the value of attribute policy_scenarios.
-
#quality_report ⇒ Types::AutomatedReasoningPolicyDefinitionQualityReport
Returns the value of attribute quality_report.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#asset_manifest ⇒ Types::AutomatedReasoningPolicyBuildResultAssetManifest
Returns the value of attribute asset_manifest.
355 356 357 |
# File 'sig/types.rbs', line 355 def asset_manifest @asset_manifest end |
#build_log ⇒ Types::AutomatedReasoningPolicyBuildLog
Returns the value of attribute build_log.
352 353 354 |
# File 'sig/types.rbs', line 352 def build_log @build_log end |
#document ⇒ Types::AutomatedReasoningPolicySourceDocument
Returns the value of attribute document.
356 357 358 |
# File 'sig/types.rbs', line 356 def document @document end |
#fidelity_report ⇒ Types::AutomatedReasoningPolicyFidelityReport
Returns the value of attribute fidelity_report.
357 358 359 |
# File 'sig/types.rbs', line 357 def fidelity_report @fidelity_report end |
#generated_test_cases ⇒ Types::AutomatedReasoningPolicyGeneratedTestCases
Returns the value of attribute generated_test_cases.
353 354 355 |
# File 'sig/types.rbs', line 353 def generated_test_cases @generated_test_cases end |
#policy_definition ⇒ Types::AutomatedReasoningPolicyDefinition
Returns the value of attribute policy_definition.
350 351 352 |
# File 'sig/types.rbs', line 350 def policy_definition @policy_definition end |
#policy_scenarios ⇒ Types::AutomatedReasoningPolicyScenarios
Returns the value of attribute policy_scenarios.
354 355 356 |
# File 'sig/types.rbs', line 354 def policy_scenarios @policy_scenarios end |
#quality_report ⇒ Types::AutomatedReasoningPolicyDefinitionQualityReport
Returns the value of attribute quality_report.
351 352 353 |
# File 'sig/types.rbs', line 351 def quality_report @quality_report end |
#unknown ⇒ Object
Returns the value of attribute unknown.
358 359 360 |
# File 'sig/types.rbs', line 358 def unknown @unknown end |