Class: Aws::CloudWatchEvents::Types::CancelReplayRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#replay_nameString

The name of the replay to cancel.

Returns:

  • (String)


244
245
246
247
248
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 244

class CancelReplayRequest < Struct.new(
  :replay_name)
  SENSITIVE = []
  include Aws::Structure
end