Class: Aws::BedrockAgentCore::Types::ListEventsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::ListEventsOutput
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events ⇒ Array<Types::Event>
The list of events that match the specified criteria.
-
#next_token ⇒ String
The token to use in a subsequent request to get the next set of results.
Instance Attribute Details
#events ⇒ Array<Types::Event>
The list of events that match the specified criteria.
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_token ⇒ String
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.
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 |