Class: Aws::CloudWatchEvents::Types::StartReplayResponse

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

#replay_arnString

The ARN of the replay.

Returns:

  • (String)


3775
3776
3777
3778
3779
3780
3781
3782
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 3775

class StartReplayResponse < Struct.new(
  :replay_arn,
  :state,
  :state_reason,
  :replay_start_time)
  SENSITIVE = []
  include Aws::Structure
end

#replay_start_timeTime

The time at which the replay started.

Returns:

  • (Time)


3775
3776
3777
3778
3779
3780
3781
3782
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 3775

class StartReplayResponse < Struct.new(
  :replay_arn,
  :state,
  :state_reason,
  :replay_start_time)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the replay.

Returns:

  • (String)


3775
3776
3777
3778
3779
3780
3781
3782
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 3775

class StartReplayResponse < Struct.new(
  :replay_arn,
  :state,
  :state_reason,
  :replay_start_time)
  SENSITIVE = []
  include Aws::Structure
end

#state_reasonString

The reason that the replay is in the state.

Returns:

  • (String)


3775
3776
3777
3778
3779
3780
3781
3782
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 3775

class StartReplayResponse < Struct.new(
  :replay_arn,
  :state,
  :state_reason,
  :replay_start_time)
  SENSITIVE = []
  include Aws::Structure
end