Class: Aws::Types::AutomatedReasoningPolicyBuildResultAssets

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

Defined Under Namespace

Classes: AssetManifest, BuildLog, Document, FidelityReport, GeneratedTestCases, PolicyDefinition, PolicyScenarios, QualityReport, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_manifestTypes::AutomatedReasoningPolicyBuildResultAssetManifest

Returns the value of attribute asset_manifest.



355
356
357
# File 'sig/types.rbs', line 355

def asset_manifest
  @asset_manifest
end

#build_logTypes::AutomatedReasoningPolicyBuildLog

Returns the value of attribute build_log.



352
353
354
# File 'sig/types.rbs', line 352

def build_log
  @build_log
end

#documentTypes::AutomatedReasoningPolicySourceDocument

Returns the value of attribute document.



356
357
358
# File 'sig/types.rbs', line 356

def document
  @document
end

#fidelity_reportTypes::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_casesTypes::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_definitionTypes::AutomatedReasoningPolicyDefinition

Returns the value of attribute policy_definition.



350
351
352
# File 'sig/types.rbs', line 350

def policy_definition
  @policy_definition
end

#policy_scenariosTypes::AutomatedReasoningPolicyScenarios

Returns the value of attribute policy_scenarios.



354
355
356
# File 'sig/types.rbs', line 354

def policy_scenarios
  @policy_scenarios
end

#quality_reportTypes::AutomatedReasoningPolicyDefinitionQualityReport

Returns the value of attribute quality_report.



351
352
353
# File 'sig/types.rbs', line 351

def quality_report
  @quality_report
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


358
359
360
# File 'sig/types.rbs', line 358

def unknown
  @unknown
end