Class: Aws::Types::CreateTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTableRequest
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#open_table_format_input ⇒ Types::OpenTableFormatInput
Returns the value of attribute open_table_format_input.
-
#partition_indexes ⇒ ::Array[Types::PartitionIndex]
Returns the value of attribute partition_indexes.
-
#table_input ⇒ Types::TableInput
Returns the value of attribute table_input.
-
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
1806 1807 1808 |
# File 'sig/types.rbs', line 1806 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def database_name @database_name end |
#name ⇒ ::String
Returns the value of attribute name.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def name @name end |
#open_table_format_input ⇒ Types::OpenTableFormatInput
Returns the value of attribute open_table_format_input.
1812 1813 1814 |
# File 'sig/types.rbs', line 1812 def open_table_format_input @open_table_format_input end |
#partition_indexes ⇒ ::Array[Types::PartitionIndex]
Returns the value of attribute partition_indexes.
1810 1811 1812 |
# File 'sig/types.rbs', line 1810 def partition_indexes @partition_indexes end |
#table_input ⇒ Types::TableInput
Returns the value of attribute table_input.
1809 1810 1811 |
# File 'sig/types.rbs', line 1809 def table_input @table_input end |
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
1811 1812 1813 |
# File 'sig/types.rbs', line 1811 def transaction_id @transaction_id end |