Class: Aws::CloudWatchEvents::Types::ListReplaysResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::ListReplaysResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token returned by a previous call to retrieve the next set of results.
-
#replays ⇒ Array<Types::Replay>
An array of ‘Replay` objects that contain information about the replay.
Instance Attribute Details
#next_token ⇒ String
The token returned by a previous call to retrieve the next set of results.
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 |
#replays ⇒ Array<Types::Replay>
An array of ‘Replay` objects that contain information about the replay.
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 |