Class: Aws::Bedrock::Types::AutomatedReasoningPolicyBuildResultAssetManifestEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

Represents a single entry in the asset manifest, describing one artifact produced by the build workflow.

Constant Summary collapse

SENSITIVE =
[:asset_name]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

A unique identifier for the asset, if applicable. Use this ID when requesting specific assets through the API.

Returns:

  • (String)


1050
1051
1052
1053
1054
1055
1056
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1050

class AutomatedReasoningPolicyBuildResultAssetManifestEntry < Struct.new(
  :asset_type,
  :asset_name,
  :asset_id)
  SENSITIVE = [:asset_name]
  include Aws::Structure
end

#asset_nameString

A human-readable name for the asset, if applicable. This helps identify specific documents or reports within the workflow results.

Returns:

  • (String)


1050
1051
1052
1053
1054
1055
1056
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1050

class AutomatedReasoningPolicyBuildResultAssetManifestEntry < Struct.new(
  :asset_type,
  :asset_name,
  :asset_id)
  SENSITIVE = [:asset_name]
  include Aws::Structure
end

#asset_typeString

The type of asset (e.g., BUILD_LOG, QUALITY_REPORT, POLICY_DEFINITION, GENERATED_TEST_CASES, POLICY_SCENARIOS, FIDELITY_REPORT, ASSET_MANIFEST, SOURCE_DOCUMENT).

Returns:

  • (String)


1050
1051
1052
1053
1054
1055
1056
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1050

class AutomatedReasoningPolicyBuildResultAssetManifestEntry < Struct.new(
  :asset_type,
  :asset_name,
  :asset_id)
  SENSITIVE = [:asset_name]
  include Aws::Structure
end