Class: Aws::Types::GetConnectionStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetConnectionStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "connected", "notconnected"
Returns the value of attribute status.
-
#target ⇒ ::String
Returns the value of attribute target.
Instance Attribute Details
#status ⇒ "connected", "notconnected"
Returns the value of attribute status.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def status @status end |
#target ⇒ ::String
Returns the value of attribute target.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def target @target end |