Class: Aws::CloudWatchEvents::Types::DescribeReplayResponse

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

The description of the replay.

Returns:

  • (String)


1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1618

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

#destinationTypes::ReplayDestination

A ReplayDestination object that contains details about the replay.



1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1618

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

#event_end_timeTime

The time stamp for the last event that was replayed from the archive.

Returns:

  • (Time)


1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1618

class DescribeReplayResponse < Struct.new(
  :replay_name,
  :replay_arn,
  :description,
  :state,
  :state_reason,
  :event_source_arn,
  :destination,
  :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

The time that the event was last replayed.

Returns:

  • (Time)


1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1618

class DescribeReplayResponse < Struct.new(
  :replay_name,
  :replay_arn,
  :description,
  :state,
  :state_reason,
  :event_source_arn,
  :destination,
  :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 events were replayed from.

Returns:

  • (String)


1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1618

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

#event_start_timeTime

The time stamp of the first event that was last replayed from the archive.

Returns:

  • (Time)


1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1618

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

#replay_arnString

The ARN of the replay.

Returns:

  • (String)


1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1618

class DescribeReplayResponse < Struct.new(
  :replay_name,
  :replay_arn,
  :description,
  :state,
  :state_reason,
  :event_source_arn,
  :destination,
  :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 stopped.

Returns:

  • (Time)


1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1618

class DescribeReplayResponse < Struct.new(
  :replay_name,
  :replay_arn,
  :description,
  :state,
  :state_reason,
  :event_source_arn,
  :destination,
  :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)


1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1618

class DescribeReplayResponse < Struct.new(
  :replay_name,
  :replay_arn,
  :description,
  :state,
  :state_reason,
  :event_source_arn,
  :destination,
  :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)


1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1618

class DescribeReplayResponse < Struct.new(
  :replay_name,
  :replay_arn,
  :description,
  :state,
  :state_reason,
  :event_source_arn,
  :destination,
  :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)


1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1618

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

#state_reasonString

The reason that the replay is in the current state.

Returns:

  • (String)


1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1618

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