You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatchEvents::Types::StartReplayRequestWhen passing StartReplayRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
replay_name: "ReplayName", description: "ReplayDescription",
event_source_arn: "Arn", event_start_time: Time.now, event_end_time: Time.now, destination: { arn: "Arn", filter_arns: ["Arn"],
},
}
Instance Attribute Summary collapse
A description for the replay to start.
A ReplayDestination
object that includes details about the destination for the replay.
A time stamp for the time to stop replaying events.
The ARN of the archive to replay events from.
A time stamp for the time to start replaying events.
The name of the replay to start.
A description for the replay to start.
#destination ⇒ Types::ReplayDestinationA ReplayDestination
object that includes details about the destination for the replay.
A time stamp for the time to stop replaying events. Only events that occurred between the EventStartTime
and EventEndTime
are replayed.
The ARN of the archive to replay events from.
#event_start_time ⇒ TimeA time stamp for the time to start replaying events. Only events that occurred between the EventStartTime
and EventEndTime
are replayed.
The name of the replay to start.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4