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.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1803 1804 1805 |
# File 'sig/types.rbs', line 1803 def database_name @database_name end |
#name ⇒ ::String
Returns the value of attribute name.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def name @name end |
#open_table_format_input ⇒ Types::OpenTableFormatInput
Returns the value of attribute open_table_format_input.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def open_table_format_input @open_table_format_input end |
#partition_indexes ⇒ ::Array[Types::PartitionIndex]
Returns the value of attribute partition_indexes.
1806 1807 1808 |
# File 'sig/types.rbs', line 1806 def partition_indexes @partition_indexes end |
#table_input ⇒ Types::TableInput
Returns the value of attribute table_input.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def table_input @table_input end |
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def transaction_id @transaction_id end |