Class: Aws::Bedrock::Types::DeleteAutomatedReasoningPolicyBuildWorkflowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::DeleteAutomatedReasoningPolicyBuildWorkflowRequest
- 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 delete.
-
#last_updated_at ⇒ Time
The timestamp when the build workflow was last updated.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy whose build workflow you want to delete.
Instance Attribute Details
#build_workflow_id ⇒ String
The unique identifier of the build workflow to delete.
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_at ⇒ Time
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.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy whose build workflow you want to delete.
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 |