Class: Aws::Bedrock::Types::DeleteAutomatedReasoningPolicyBuildWorkflowRequest

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 delete.

Returns:

  • (String)


4006
4007
4008
4009
4010
4011
4012
# File 'lib/aws-sdk-bedrock/types.rb', line 4006

class DeleteAutomatedReasoningPolicyBuildWorkflowRequest < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The timestamp when the build workflow was last updated. This is used for optimistic concurrency control to prevent accidental deletion of workflows that have been modified.

Returns:

  • (Time)


4006
4007
4008
4009
4010
4011
4012
# File 'lib/aws-sdk-bedrock/types.rb', line 4006

class DeleteAutomatedReasoningPolicyBuildWorkflowRequest < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#policy_arnString

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

Returns:

  • (String)


4006
4007
4008
4009
4010
4011
4012
# File 'lib/aws-sdk-bedrock/types.rb', line 4006

class DeleteAutomatedReasoningPolicyBuildWorkflowRequest < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end