Module: Aws::CloudWatchEvents::Client::_CancelReplayResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CancelReplayResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#replay_arn::String

Returns:

  • (::String)


90
# File 'sig/client.rbs', line 90

def replay_arn: () -> ::String

#state"STARTING", ...

Returns:

  • ("STARTING", "RUNNING", "CANCELLING", "COMPLETED", "CANCELLED", "FAILED")


91
# File 'sig/client.rbs', line 91

def state: () -> ("STARTING" | "RUNNING" | "CANCELLING" | "COMPLETED" | "CANCELLED" | "FAILED")

#state_reason::String

Returns:

  • (::String)


92
# File 'sig/client.rbs', line 92

def state_reason: () -> ::String