Class: Aws::EventBridge::Types::StartReplayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::StartReplayResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replay_arn ⇒ String
The ARN of the replay.
-
#replay_start_time ⇒ Time
The time at which the replay started.
-
#state ⇒ String
The state of the replay.
-
#state_reason ⇒ String
The reason that the replay is in the state.
Instance Attribute Details
#replay_arn ⇒ String
The ARN of the replay.
4603 4604 4605 4606 4607 4608 4609 4610 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 4603 class StartReplayResponse < Struct.new( :replay_arn, :state, :state_reason, :replay_start_time) SENSITIVE = [] include Aws::Structure end |
#replay_start_time ⇒ Time
The time at which the replay started.
4603 4604 4605 4606 4607 4608 4609 4610 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 4603 class StartReplayResponse < Struct.new( :replay_arn, :state, :state_reason, :replay_start_time) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the replay.
4603 4604 4605 4606 4607 4608 4609 4610 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 4603 class StartReplayResponse < Struct.new( :replay_arn, :state, :state_reason, :replay_start_time) SENSITIVE = [] include Aws::Structure end |
#state_reason ⇒ String
The reason that the replay is in the state.
4603 4604 4605 4606 4607 4608 4609 4610 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 4603 class StartReplayResponse < Struct.new( :replay_arn, :state, :state_reason, :replay_start_time) SENSITIVE = [] include Aws::Structure end |