Class: Aws::Bedrock::Types::ListAutomatedReasoningPolicyTestCasesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListAutomatedReasoningPolicyTestCasesResponse
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token to use in a subsequent request to retrieve the next page of results.
-
#test_cases ⇒ Array<Types::AutomatedReasoningPolicyTestCase>
A list of tests for the specified policy.
Instance Attribute Details
#next_token ⇒ String
The pagination token to use in a subsequent request to retrieve the next page of results.
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_cases ⇒ Array<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 |