Class: Aws::Bedrock::Types::CancelAutomatedReasoningPolicyBuildWorkflowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CancelAutomatedReasoningPolicyBuildWorkflowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#build_workflow_id ⇒ String
The unique identifier of the build workflow to cancel.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy whose build workflow you want to cancel.
Instance Attribute Details
#build_workflow_id ⇒ String
The unique identifier of the build workflow to cancel. You can get this ID from the StartAutomatedReasoningPolicyBuildWorkflow response or by listing build workflows.
2128 2129 2130 2131 2132 2133 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2128 class CancelAutomatedReasoningPolicyBuildWorkflowRequest < Struct.new( :policy_arn, :build_workflow_id) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy whose build workflow you want to cancel.
2128 2129 2130 2131 2132 2133 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2128 class CancelAutomatedReasoningPolicyBuildWorkflowRequest < Struct.new( :policy_arn, :build_workflow_id) SENSITIVE = [] include Aws::Structure end |