Class: Aws::Types::CreateTableRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1803
1804
1805
# File 'sig/types.rbs', line 1803

def database_name
  @database_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1804
1805
1806
# File 'sig/types.rbs', line 1804

def name
  @name
end

#open_table_format_inputTypes::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.

Returns:



1806
1807
1808
# File 'sig/types.rbs', line 1806

def partition_indexes
  @partition_indexes
end

#table_inputTypes::TableInput

Returns the value of attribute table_input.

Returns:



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.

Returns:

  • (::String)


1807
1808
1809
# File 'sig/types.rbs', line 1807

def transaction_id
  @transaction_id
end