Class: Aws::Bedrock::Types::ListAutomatedReasoningPolicyTestCasesResponse

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

#next_tokenString

The pagination token to use in a subsequent request to retrieve the next page of results.

Returns:

  • (String)


9240
9241
9242
9243
9244
9245
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 9240

class ListAutomatedReasoningPolicyTestCasesResponse < Struct.new(
  :test_cases,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#test_casesArray<Types::AutomatedReasoningPolicyTestCase>

A list of tests for the specified policy.



9240
9241
9242
9243
9244
9245
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 9240

class ListAutomatedReasoningPolicyTestCasesResponse < Struct.new(
  :test_cases,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end