A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/CloudWatchEvents/Types/StartReplayRequest.html below:

StartReplayRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudWatchEvents::Types::StartReplayRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 Instance Attribute Details #description ⇒ String

A description for the replay to start.

#destinationTypes::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. Only events that occurred between the EventStartTime and EventEndTime are replayed.

#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. Only events that occurred between the EventStartTime and EventEndTime are replayed.

#replay_name ⇒ String

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