Class: Aws::Types::ConnectionHealth
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionHealth
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "UP", "DOWN"
Returns the value of attribute status.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
-
#type ⇒ "BGP", "IPSEC"
Returns the value of attribute type.
Instance Attribute Details
#status ⇒ "UP", "DOWN"
Returns the value of attribute status.
234 235 236 |
# File 'sig/types.rbs', line 234 def status @status end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
235 236 237 |
# File 'sig/types.rbs', line 235 def @timestamp end |
#type ⇒ "BGP", "IPSEC"
Returns the value of attribute type.
233 234 235 |
# File 'sig/types.rbs', line 233 def type @type end |