Class: Aws::Types::BatchCreatePartitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreatePartitionRequest
- 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.
-
#partition_input_list ⇒ ::Array[Types::PartitionInput]
Returns the value of attribute partition_input_list.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
229 230 231 |
# File 'sig/types.rbs', line 229 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
230 231 232 |
# File 'sig/types.rbs', line 230 def database_name @database_name end |
#partition_input_list ⇒ ::Array[Types::PartitionInput]
Returns the value of attribute partition_input_list.
232 233 234 |
# File 'sig/types.rbs', line 232 def partition_input_list @partition_input_list end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
231 232 233 |
# File 'sig/types.rbs', line 231 def table_name @table_name end |