Class: Aws::Bedrock::Types::ListAutomatedReasoningPoliciesResponse

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

#automated_reasoning_policy_summariesArray<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_tokenString

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

Returns:

  • (String)


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