Class: Aws::CloudWatchEvents::Types::ListReplaysResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchevents/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)


2512
2513
2514
2515
2516
2517
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2512

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:



2512
2513
2514
2515
2516
2517
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2512

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