Class: Aws::EventBridge::Types::ListReplaysResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::ListReplaysResponse
- Defined in:
- gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/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.
2900 2901 2902 2903 2904 2905 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2900 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.
2900 2901 2902 2903 2904 2905 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2900 class ListReplaysResponse < Struct.new( :replays, :next_token) SENSITIVE = [] include Aws::Structure end |