Class: Aws::Types::StartReplayResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#replay_arn::String

Returns the value of attribute replay_arn.

Returns:

  • (::String)


989
990
991
# File 'sig/types.rbs', line 989

def replay_arn
  @replay_arn
end

#replay_start_time::Time

Returns the value of attribute replay_start_time.

Returns:

  • (::Time)


992
993
994
# File 'sig/types.rbs', line 992

def replay_start_time
  @replay_start_time
end

#state"STARTING", ...

Returns the value of attribute state.

Returns:

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


990
991
992
# File 'sig/types.rbs', line 990

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


991
992
993
# File 'sig/types.rbs', line 991

def state_reason
  @state_reason
end