Class: Aws::Bedrock::Types::AutomatedReasoningPolicyBuildWorkflowSource

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

Overview

Defines the source content for a policy build workflow, which can include documents, repair instructions, or other input materials.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_definitionTypes::AutomatedReasoningPolicyDefinition

An existing policy definition that serves as the starting point for the build workflow, typically used in policy repair or update scenarios.



1018
1019
1020
1021
1022
1023
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1018

class AutomatedReasoningPolicyBuildWorkflowSource < Struct.new(
  :policy_definition,
  :workflow_content)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_contentTypes::AutomatedReasoningPolicyWorkflowTypeContent

The actual content to be processed in the build workflow, such as documents to analyze or repair instructions to apply.



1018
1019
1020
1021
1022
1023
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1018

class AutomatedReasoningPolicyBuildWorkflowSource < Struct.new(
  :policy_definition,
  :workflow_content)
  SENSITIVE = []
  include Aws::Structure
end