Class: Aws::Types::DeleteConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
Instance Attribute Details
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
637 638 639 |
# File 'sig/types.rbs', line 637 def connection_id @connection_id end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
636 637 638 |
# File 'sig/types.rbs', line 636 def global_network_id @global_network_id end |