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.
233 234 235 |
# File 'sig/types.rbs', line 233 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
234 235 236 |
# File 'sig/types.rbs', line 234 def database_name @database_name end |
#partition_input_list ⇒ ::Array[Types::PartitionInput]
Returns the value of attribute partition_input_list.
236 237 238 |
# File 'sig/types.rbs', line 236 def partition_input_list @partition_input_list end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
235 236 237 |
# File 'sig/types.rbs', line 235 def table_name @table_name end |