Class: Aws::BedrockAgentCore::Types::ListActorsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in a single call. The default value is 20.

Returns:

  • (Integer)


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_idString

The identifier of the AgentCore Memory resource for which to list actors.

Returns:

  • (String)


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_tokenString

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.

Returns:

  • (String)


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