Module: Aws::EventBridge::Client::_StartReplayResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#replay_arn::String

Returns:

  • (::String)


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

def replay_arn: () -> ::String

#replay_start_time::Time

Returns:

  • (::Time)


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

def replay_start_time: () -> ::Time

#state"STARTING", ...

Returns:

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


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

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

#state_reason::String

Returns:

  • (::String)


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

def state_reason: () -> ::String