Class: Aws::Types::BatchDeleteTableVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteTableVersionRequest
- 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.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#version_ids ⇒ ::Array[::String]
Returns the value of attribute version_ids.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
284 285 286 |
# File 'sig/types.rbs', line 284 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
285 286 287 |
# File 'sig/types.rbs', line 285 def database_name @database_name end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
286 287 288 |
# File 'sig/types.rbs', line 286 def table_name @table_name end |
#version_ids ⇒ ::Array[::String]
Returns the value of attribute version_ids.
287 288 289 |
# File 'sig/types.rbs', line 287 def version_ids @version_ids end |