Class: Aws::Bedrock::Types::ListAutomatedReasoningPoliciesRequest

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

#max_resultsInteger

The maximum number of policies to return in a single call.

Returns:

  • (Integer)


8863
8864
8865
8866
8867
8868
8869
# File 'lib/aws-sdk-bedrock/types.rb', line 8863

class ListAutomatedReasoningPoliciesRequest < Struct.new(
  :policy_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token from a previous request to retrieve the next page of results.

Returns:

  • (String)


8863
8864
8865
8866
8867
8868
8869
# File 'lib/aws-sdk-bedrock/types.rb', line 8863

class ListAutomatedReasoningPoliciesRequest < Struct.new(
  :policy_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#policy_arnString

Optional filter to list only the policy versions with the specified Amazon Resource Name (ARN). If not provided, the DRAFT versions for all policies are listed.

Returns:

  • (String)


8863
8864
8865
8866
8867
8868
8869
# File 'lib/aws-sdk-bedrock/types.rb', line 8863

class ListAutomatedReasoningPoliciesRequest < Struct.new(
  :policy_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end