Class: Aws::CloudWatchEvents::Types::CancelReplayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::CancelReplayResponse
- 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 to cancel.
-
#state ⇒ String
The current state of the replay.
-
#state_reason ⇒ String
The reason that the replay is in the current state.
Instance Attribute Details
#replay_arn ⇒ String
The ARN of the replay to cancel.
264 265 266 267 268 269 270 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 264 class CancelReplayResponse < Struct.new( :replay_arn, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the replay.
264 265 266 267 268 269 270 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 264 class CancelReplayResponse < Struct.new( :replay_arn, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |
#state_reason ⇒ String
The reason that the replay is in the current state.
264 265 266 267 268 269 270 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 264 class CancelReplayResponse < Struct.new( :replay_arn, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |