Class: Aws::Types::StateTransition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state"INITIAL", ...

Returns the value of attribute state.

Returns:

  • ("INITIAL", "CONNECTED", "DISCONNECTED", "MISSED")


7866
7867
7868
# File 'sig/types.rbs', line 7866

def state
  @state
end

#state_end_timestamp::Time

Returns the value of attribute state_end_timestamp.

Returns:

  • (::Time)


7868
7869
7870
# File 'sig/types.rbs', line 7868

def state_end_timestamp
  @state_end_timestamp
end

#state_start_timestamp::Time

Returns the value of attribute state_start_timestamp.

Returns:

  • (::Time)


7867
7868
7869
# File 'sig/types.rbs', line 7867

def state_start_timestamp
  @state_start_timestamp
end