Class: Aws::Types::BatchDeleteConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteConnectionRequest
- 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_list ⇒ ::Array[::String]
Returns the value of attribute connection_name_list.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
242 243 244 |
# File 'sig/types.rbs', line 242 def catalog_id @catalog_id end |
#connection_name_list ⇒ ::Array[::String]
Returns the value of attribute connection_name_list.
243 244 245 |
# File 'sig/types.rbs', line 243 def connection_name_list @connection_name_list end |