Class: Aws::Bedrock::Types::CancelAutomatedReasoningPolicyBuildWorkflowRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#build_workflow_idString

The unique identifier of the build workflow to cancel. You can get this ID from the StartAutomatedReasoningPolicyBuildWorkflow response or by listing build workflows.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the Automated Reasoning policy whose build workflow you want to cancel.

Returns:

  • (String)


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