Class: Aws::CloudWatchEvents::Types::CancelReplayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::CancelReplayRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replay_name ⇒ String
The name of the replay to cancel.
Instance Attribute Details
#replay_name ⇒ String
The name of the replay to cancel.
244 245 246 247 248 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 244 class CancelReplayRequest < Struct.new( :replay_name) SENSITIVE = [] include Aws::Structure end |