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.
280 281 282 |
# File 'sig/types.rbs', line 280 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
281 282 283 |
# File 'sig/types.rbs', line 281 def database_name @database_name end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
282 283 284 |
# File 'sig/types.rbs', line 282 def table_name @table_name end |
#version_ids ⇒ ::Array[::String]
Returns the value of attribute version_ids.
283 284 285 |
# File 'sig/types.rbs', line 283 def version_ids @version_ids end |