Class: Aws::CloudWatchEvents::Types::Replay

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

Overview

A ‘Replay` object that contains details about a replay.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_end_timeTime

A time stamp for the time to start replaying events. Any event with a creation time prior to the ‘EventEndTime` specified is replayed.

Returns:

  • (Time)


3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3478

class Replay < Struct.new(
  :replay_name,
  :event_source_arn,
  :state,
  :state_reason,
  :event_start_time,
  :event_end_time,
  :event_last_replayed_time,
  :replay_start_time,
  :replay_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#event_last_replayed_timeTime

A time stamp for the time that the last event was replayed.

Returns:

  • (Time)


3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3478

class Replay < Struct.new(
  :replay_name,
  :event_source_arn,
  :state,
  :state_reason,
  :event_start_time,
  :event_end_time,
  :event_last_replayed_time,
  :replay_start_time,
  :replay_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#event_source_arnString

The ARN of the archive to replay event from.

Returns:

  • (String)


3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3478

class Replay < Struct.new(
  :replay_name,
  :event_source_arn,
  :state,
  :state_reason,
  :event_start_time,
  :event_end_time,
  :event_last_replayed_time,
  :replay_start_time,
  :replay_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#event_start_timeTime

A time stamp for the time to start replaying events. This is determined by the time in the event as described in [Time].

[1]: docs.aws.amazon.com/eventbridge/latest/APIReference/API_PutEventsRequestEntry.html#eventbridge-Type-PutEventsRequestEntry-Time

Returns:

  • (Time)


3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3478

class Replay < Struct.new(
  :replay_name,
  :event_source_arn,
  :state,
  :state_reason,
  :event_start_time,
  :event_end_time,
  :event_last_replayed_time,
  :replay_start_time,
  :replay_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#replay_end_timeTime

A time stamp for the time that the replay completed.

Returns:

  • (Time)


3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3478

class Replay < Struct.new(
  :replay_name,
  :event_source_arn,
  :state,
  :state_reason,
  :event_start_time,
  :event_end_time,
  :event_last_replayed_time,
  :replay_start_time,
  :replay_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#replay_nameString

The name of the replay.

Returns:

  • (String)


3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3478

class Replay < Struct.new(
  :replay_name,
  :event_source_arn,
  :state,
  :state_reason,
  :event_start_time,
  :event_end_time,
  :event_last_replayed_time,
  :replay_start_time,
  :replay_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#replay_start_timeTime

A time stamp for the time that the replay started.

Returns:

  • (Time)


3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3478

class Replay < Struct.new(
  :replay_name,
  :event_source_arn,
  :state,
  :state_reason,
  :event_start_time,
  :event_end_time,
  :event_last_replayed_time,
  :replay_start_time,
  :replay_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the replay.

Returns:

  • (String)


3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3478

class Replay < Struct.new(
  :replay_name,
  :event_source_arn,
  :state,
  :state_reason,
  :event_start_time,
  :event_end_time,
  :event_last_replayed_time,
  :replay_start_time,
  :replay_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#state_reasonString

A description of why the replay is in the current state.

Returns:

  • (String)


3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3478

class Replay < Struct.new(
  :replay_name,
  :event_source_arn,
  :state,
  :state_reason,
  :event_start_time,
  :event_end_time,
  :event_last_replayed_time,
  :replay_start_time,
  :replay_end_time)
  SENSITIVE = []
  include Aws::Structure
end