Class: Aws::CloudWatchEvents::Types::StartReplayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::StartReplayResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/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.
3775 3776 3777 3778 3779 3780 3781 3782 |
# File '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_time ⇒ Time
The time at which the replay started.
3775 3776 3777 3778 3779 3780 3781 3782 |
# File '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 ⇒ String
The state of the replay.
3775 3776 3777 3778 3779 3780 3781 3782 |
# File '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_reason ⇒ String
The reason that the replay is in the state.
3775 3776 3777 3778 3779 3780 3781 3782 |
# File '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 |