Class: Aws::Bedrock::Types::ListAutomatedReasoningPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListAutomatedReasoningPoliciesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automated_reasoning_policy_summaries ⇒ Array<Types::AutomatedReasoningPolicySummary>
A list of Automated Reasoning policy summaries.
-
#next_token ⇒ String
The pagination token to use in a subsequent request to retrieve the next page of results.
Instance Attribute Details
#automated_reasoning_policy_summaries ⇒ Array<Types::AutomatedReasoningPolicySummary>
A list of Automated Reasoning policy summaries.
8956 8957 8958 8959 8960 8961 |
# File 'lib/aws-sdk-bedrock/types.rb', line 8956 class ListAutomatedReasoningPoliciesResponse < Struct.new( :automated_reasoning_policy_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to use in a subsequent request to retrieve the next page of results.
8956 8957 8958 8959 8960 8961 |
# File 'lib/aws-sdk-bedrock/types.rb', line 8956 class ListAutomatedReasoningPoliciesResponse < Struct.new( :automated_reasoning_policy_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |