Class: Aws::Bedrock::Types::CreateAutomatedReasoningPolicyTestCaseResponse

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

#policy_arnString

The Amazon Resource Name (ARN) of the policy for which the test was created.



2533
2534
2535
2536
2537
2538
# File 'lib/aws-sdk-bedrock/types.rb', line 2533

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

#test_case_idString

The unique identifier of the created test.



2533
2534
2535
2536
2537
2538
# File 'lib/aws-sdk-bedrock/types.rb', line 2533

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