Class: Aws::EventBridge::Types::Replay

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/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_time ⇒ Time

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)


4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4710

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_time ⇒ Time

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

Returns:

  • (Time)


4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4710

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_arn ⇒ String

The ARN of the archive to replay event from.

Returns:

  • (String)


4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4710

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_time ⇒ Time

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

Returns:

  • (Time)


4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4710

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_time ⇒ Time

A time stamp for the time that the replay completed.

Returns:

  • (Time)


4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4710

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_name ⇒ String

The name of the replay.

Returns:

  • (String)


4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4710

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_time ⇒ Time

A time stamp for the time that the replay started.

Returns:

  • (Time)


4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4710

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 ⇒ String

The current state of the replay.

Returns:

  • (String)


4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4710

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_reason ⇒ String

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

Returns:

  • (String)


4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4710

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