Class: Aws::BedrockAgentCore::Types::ListEventsOutput

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

#eventsArray<Types::Event>

The list of events that match the specified criteria.

Returns:



3012
3013
3014
3015
3016
3017
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3012

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

#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)


3012
3013
3014
3015
3016
3017
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3012

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