Class: Aws::Types::ConnectionHealth

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status ⇒ "UP", "DOWN"

Returns the value of attribute status.

Returns:

  • ("UP", "DOWN")


234
235
236
# File 'sig/types.rbs', line 234

def status
  @status
end

#timestamp ⇒ ::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


235
236
237
# File 'sig/types.rbs', line 235

def timestamp
  @timestamp
end

#type ⇒ "BGP", "IPSEC"

Returns the value of attribute type.

Returns:

  • ("BGP", "IPSEC")


233
234
235
# File 'sig/types.rbs', line 233

def type
  @type
end