Class: Aws::Types::DeleteConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
2346 2347 2348 |
# File 'sig/types.rbs', line 2346 def catalog_id @catalog_id end |
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
2347 2348 2349 |
# File 'sig/types.rbs', line 2347 def connection_name @connection_name end |