Class: Aws::CloudWatchEvents::Types::CancelReplayResponse

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_arnString

The ARN of the replay to cancel.

Returns:

  • (String)


264
265
266
267
268
269
270
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 264

class CancelReplayResponse < Struct.new(
  :replay_arn,
  :state,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the replay.

Returns:

  • (String)


264
265
266
267
268
269
270
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 264

class CancelReplayResponse < Struct.new(
  :replay_arn,
  :state,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end

#state_reasonString

The reason that the replay is in the current state.

Returns:

  • (String)


264
265
266
267
268
269
270
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 264

class CancelReplayResponse < Struct.new(
  :replay_arn,
  :state,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end