Class: Aws::BedrockAgentCore::Types::ListSessionsOutput

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

#next_tokenString

The token to use in a subsequent request to get the next set of results. This value is null when there are no more results to return.

Returns:

  • (String)


3172
3173
3174
3175
3176
3177
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3172

class ListSessionsOutput < Struct.new(
  :session_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#session_summariesArray<Types::SessionSummary>

The list of session summaries that match the specified criteria.

Returns:



3172
3173
3174
3175
3176
3177
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3172

class ListSessionsOutput < Struct.new(
  :session_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end