Class: Aws::EventBridge::Types::ListReplaysResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token returned by a previous call to retrieve the next set of results.

Returns:

  • (String)


3063
3064
3065
3066
3067
3068
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3063

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

#replaysArray<Types::Replay>

An array of Replay objects that contain information about the replay.

Returns:



3063
3064
3065
3066
3067
3068
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3063

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