Class: Aws::Types::ConnectionState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


22
23
24
# File 'sig/types.rbs', line 22

def last_updated_at
  @last_updated_at
end

#status"CONNECTED", "DISCONNECTED"

Returns the value of attribute status.

Returns:

  • ("CONNECTED", "DISCONNECTED")


21
22
23
# File 'sig/types.rbs', line 21

def status
  @status
end