Class: Aws::Bedrock::Types::DeleteAutomatedReasoningPolicyTestCaseRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_atTime

The timestamp when the test was last updated. This is used as a concurrency token to prevent conflicting modifications.

Returns:

  • (Time)


3885
3886
3887
3888
3889
3890
3891
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3885

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

#policy_arnString

The Amazon Resource Name (ARN) of the Automated Reasoning policy that contains the test.

Returns:

  • (String)


3885
3886
3887
3888
3889
3890
3891
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3885

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

#test_case_idString

The unique identifier of the test to delete.

Returns:

  • (String)


3885
3886
3887
3888
3889
3890
3891
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3885

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