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.
1685 1686 1687 |
# File 'sig/types.rbs', line 1685 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def database_name @database_name end |
#partition_input ⇒ Types::PartitionInput
Returns the value of attribute partition_input.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def partition_input @partition_input end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def table_name @table_name end |