Class: Aws::Types::SimulationClock

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status ⇒ "UNKNOWN", ...

Returns the value of attribute status.

Returns:

  • ("UNKNOWN", "STARTING", "STARTED", "STOPPING", "STOPPED")


208
209
210
# File 'sig/types.rbs', line 208

def status
  @status
end

#target_status ⇒ "UNKNOWN", ...

Returns the value of attribute target_status.

Returns:

  • ("UNKNOWN", "STARTED", "STOPPED")


209
210
211
# File 'sig/types.rbs', line 209

def target_status
  @target_status
end