Class: Aws::Types::GetConnectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetConnectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_details ⇒ Types::ConnectionDetails
Returns the value of attribute connection_details.
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
Instance Attribute Details
#connection_details ⇒ Types::ConnectionDetails
Returns the value of attribute connection_details.
313 314 315 |
# File 'sig/types.rbs', line 313 def connection_details @connection_details end |
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
312 313 314 |
# File 'sig/types.rbs', line 312 def connection_id @connection_id end |