Class: Aws::Bedrock::Types::UpdateAutomatedReasoningPolicyTestCaseResponse

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

#policy_arnString

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

Returns:

  • (String)


12386
12387
12388
12389
12390
12391
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12386

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

#test_case_idString

The unique identifier of the updated test.

Returns:

  • (String)


12386
12387
12388
12389
12390
12391
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12386

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