Class: Aws::CloudWatchEvents::Types::StartReplayRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description for the replay to start.

Returns:

  • (String)


3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 3746

class StartReplayRequest < Struct.new(
  :replay_name,
  :description,
  :event_source_arn,
  :event_start_time,
  :event_end_time,
  :destination)
  SENSITIVE = []
  include Aws::Structure
end

#destinationTypes::ReplayDestination

A ReplayDestination object that includes details about the destination for the replay.



3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 3746

class StartReplayRequest < Struct.new(
  :replay_name,
  :description,
  :event_source_arn,
  :event_start_time,
  :event_end_time,
  :destination)
  SENSITIVE = []
  include Aws::Structure
end

#event_end_timeTime

A time stamp for the time to stop replaying events. Only events that occurred between the EventStartTime and EventEndTime are replayed.

Returns:

  • (Time)


3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 3746

class StartReplayRequest < Struct.new(
  :replay_name,
  :description,
  :event_source_arn,
  :event_start_time,
  :event_end_time,
  :destination)
  SENSITIVE = []
  include Aws::Structure
end

#event_source_arnString

The ARN of the archive to replay events from.

Returns:

  • (String)


3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 3746

class StartReplayRequest < Struct.new(
  :replay_name,
  :description,
  :event_source_arn,
  :event_start_time,
  :event_end_time,
  :destination)
  SENSITIVE = []
  include Aws::Structure
end

#event_start_timeTime

A time stamp for the time to start replaying events. Only events that occurred between the EventStartTime and EventEndTime are replayed.

Returns:

  • (Time)


3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 3746

class StartReplayRequest < Struct.new(
  :replay_name,
  :description,
  :event_source_arn,
  :event_start_time,
  :event_end_time,
  :destination)
  SENSITIVE = []
  include Aws::Structure
end

#replay_nameString

The name of the replay to start.

Returns:

  • (String)


3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 3746

class StartReplayRequest < Struct.new(
  :replay_name,
  :description,
  :event_source_arn,
  :event_start_time,
  :event_end_time,
  :destination)
  SENSITIVE = []
  include Aws::Structure
end