Class: Aws::EventBridge::Types::CancelReplayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::CancelReplayResponse
- 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 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.
287 288 289 290 291 292 293 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 287 class CancelReplayResponse < Struct.new( :replay_arn, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the replay.
287 288 289 290 291 292 293 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 287 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.
287 288 289 290 291 292 293 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 287 class CancelReplayResponse < Struct.new( :replay_arn, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |