Class: Aws::Bedrock::Types::AutomatedReasoningPolicyBuildWorkflowSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyBuildWorkflowSource
- 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
-
#policy_definition ⇒ Types::AutomatedReasoningPolicyDefinition
An existing policy definition that serves as the starting point for the build workflow, typically used in policy repair or update scenarios.
-
#workflow_content ⇒ Types::AutomatedReasoningPolicyWorkflowTypeContent
The actual content to be processed in the build workflow, such as documents to analyze or repair instructions to apply.
Instance Attribute Details
#policy_definition ⇒ Types::AutomatedReasoningPolicyDefinition
An existing policy definition that serves as the starting point for the build workflow, typically used in policy repair or update scenarios.
1026 1027 1028 1029 1030 1031 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1026 class AutomatedReasoningPolicyBuildWorkflowSource < Struct.new( :policy_definition, :workflow_content) SENSITIVE = [] include Aws::Structure end |
#workflow_content ⇒ Types::AutomatedReasoningPolicyWorkflowTypeContent
The actual content to be processed in the build workflow, such as documents to analyze or repair instructions to apply.
1026 1027 1028 1029 1030 1031 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1026 class AutomatedReasoningPolicyBuildWorkflowSource < Struct.new( :policy_definition, :workflow_content) SENSITIVE = [] include Aws::Structure end |