Class: Aws::Types::CreatePartitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePartitionRequest
- 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 ⇒ Types::PartitionInput
Returns the value of attribute partition_input.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1690 1691 1692 |
# File 'sig/types.rbs', line 1690 def database_name @database_name end |
#partition_input ⇒ Types::PartitionInput
Returns the value of attribute partition_input.
1692 1693 1694 |
# File 'sig/types.rbs', line 1692 def partition_input @partition_input end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1691 1692 1693 |
# File 'sig/types.rbs', line 1691 def table_name @table_name end |