Class: Aws::Types::GetAutomatedReasoningPolicyBuildWorkflowResultAssetsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


1751
1752
1753
# File 'sig/types.rbs', line 1751

def asset_id
  @asset_id
end

#asset_type"BUILD_LOG", ...

Returns the value of attribute asset_type.

Returns:

  • ("BUILD_LOG", "QUALITY_REPORT", "POLICY_DEFINITION", "GENERATED_TEST_CASES", "POLICY_SCENARIOS", "FIDELITY_REPORT", "ASSET_MANIFEST", "SOURCE_DOCUMENT")


1750
1751
1752
# File 'sig/types.rbs', line 1750

def asset_type
  @asset_type
end

#build_workflow_id::String

Returns the value of attribute build_workflow_id.

Returns:

  • (::String)


1749
1750
1751
# File 'sig/types.rbs', line 1749

def build_workflow_id
  @build_workflow_id
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1748
1749
1750
# File 'sig/types.rbs', line 1748

def policy_arn
  @policy_arn
end