Class: Aws::BedrockAgentCore::Types::ListActorsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::ListActorsInput
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#memory_id ⇒ String
The identifier of the AgentCore Memory resource for which to list actors.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in a single call. The default value is 20.
2815 2816 2817 2818 2819 2820 2821 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2815 class ListActorsInput < Struct.new( :memory_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#memory_id ⇒ String
The identifier of the AgentCore Memory resource for which to list actors.
2815 2816 2817 2818 2819 2820 2821 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2815 class ListActorsInput < Struct.new( :memory_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
2815 2816 2817 2818 2819 2820 2821 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2815 class ListActorsInput < Struct.new( :memory_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |