Class: Aws::Bedrock::Types::ListAutomatedReasoningPoliciesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListAutomatedReasoningPoliciesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of policies to return in a single call.
-
#next_token ⇒ String
The pagination token from a previous request to retrieve the next page of results.
-
#policy_arn ⇒ String
Optional filter to list only the policy versions with the specified Amazon Resource Name (ARN).
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of policies to return in a single call.
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_token ⇒ String
The pagination token from a previous request to retrieve the next page of results.
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_arn ⇒ String
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.
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 |