Class: Aws::EventBridge::Types::StartReplayResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#replay_arnString

The ARN of the replay.

Returns:

  • (String)


4395
4396
4397
4398
4399
4400
4401
4402
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4395

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)


4395
4396
4397
4398
4399
4400
4401
4402
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4395

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)


4395
4396
4397
4398
4399
4400
4401
4402
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4395

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)


4395
4396
4397
4398
4399
4400
4401
4402
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4395

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