Class: Aws::Types::StartConnectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartConnectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#underlay_ip_address ⇒ ::String
Returns the value of attribute underlay_ip_address.
Instance Attribute Details
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
858 859 860 |
# File 'sig/types.rbs', line 858 def connection_id @connection_id end |
#underlay_ip_address ⇒ ::String
Returns the value of attribute underlay_ip_address.
859 860 861 |
# File 'sig/types.rbs', line 859 def underlay_ip_address @underlay_ip_address end |