Class: Aws::Types::DeleteObjectsOnCancelRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteObjectsOnCancelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#objects ⇒ ::Array[Types::VirtualObject]
Returns the value of attribute objects.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
311 312 313 |
# File 'sig/types.rbs', line 311 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
312 313 314 |
# File 'sig/types.rbs', line 312 def database_name @database_name end |
#objects ⇒ ::Array[Types::VirtualObject]
Returns the value of attribute objects.
315 316 317 |
# File 'sig/types.rbs', line 315 def objects @objects end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
313 314 315 |
# File 'sig/types.rbs', line 313 def table_name @table_name end |
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
314 315 316 |
# File 'sig/types.rbs', line 314 def transaction_id @transaction_id end |