Class: Aws::EventBridge::Types::StartReplayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::StartReplayRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description for the replay to start.
-
#destination ⇒ Types::ReplayDestination
A ‘ReplayDestination` object that includes details about the destination for the replay.
-
#event_end_time ⇒ Time
A time stamp for the time to stop replaying events.
-
#event_source_arn ⇒ String
The ARN of the archive to replay events from.
-
#event_start_time ⇒ Time
A time stamp for the time to start replaying events.
-
#replay_name ⇒ String
The name of the replay to start.
Instance Attribute Details
#description ⇒ String
A description for the replay to start.
4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 4574 class StartReplayRequest < Struct.new( :replay_name, :description, :event_source_arn, :event_start_time, :event_end_time, :destination) SENSITIVE = [] include Aws::Structure end |
#destination ⇒ Types::ReplayDestination
A ‘ReplayDestination` object that includes details about the destination for the replay.
4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 4574 class StartReplayRequest < Struct.new( :replay_name, :description, :event_source_arn, :event_start_time, :event_end_time, :destination) SENSITIVE = [] include Aws::Structure end |
#event_end_time ⇒ Time
A time stamp for the time to stop replaying events. Only events that occurred between the ‘EventStartTime` and `EventEndTime` are replayed.
4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 4574 class StartReplayRequest < Struct.new( :replay_name, :description, :event_source_arn, :event_start_time, :event_end_time, :destination) SENSITIVE = [] include Aws::Structure end |
#event_source_arn ⇒ String
The ARN of the archive to replay events from.
4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 4574 class StartReplayRequest < Struct.new( :replay_name, :description, :event_source_arn, :event_start_time, :event_end_time, :destination) SENSITIVE = [] include Aws::Structure end |
#event_start_time ⇒ Time
A time stamp for the time to start replaying events. Only events that occurred between the ‘EventStartTime` and `EventEndTime` are replayed.
4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 4574 class StartReplayRequest < Struct.new( :replay_name, :description, :event_source_arn, :event_start_time, :event_end_time, :destination) SENSITIVE = [] include Aws::Structure end |
#replay_name ⇒ String
The name of the replay to start.
4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 4574 class StartReplayRequest < Struct.new( :replay_name, :description, :event_source_arn, :event_start_time, :event_end_time, :destination) SENSITIVE = [] include Aws::Structure end |