Class: Aws::Bedrock::Types::GetAutomatedReasoningPolicyTestCaseRequest

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 Automated Reasoning policy that contains the test.

Returns:

  • (String)


5288
5289
5290
5291
5292
5293
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5288

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

#test_case_idString

The unique identifier of the test to retrieve.

Returns:

  • (String)


5288
5289
5290
5291
5292
5293
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5288

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