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.
888 889 890 |
# File 'sig/types.rbs', line 888 def connection_id @connection_id end |
#underlay_ip_address ⇒ ::String
Returns the value of attribute underlay_ip_address.
889 890 891 |
# File 'sig/types.rbs', line 889 def underlay_ip_address @underlay_ip_address end |