Class: Aws::Glue::Types::CreateTableRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The ID of the Data Catalog in which to create the Table. If none is supplied, the Amazon Web Services account ID is used by default.

Returns:

  • (String)


5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5731

class CreateTableRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_input,
  :partition_indexes,
  :transaction_id,
  :open_table_format_input)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The catalog database in which to create the new table. For Hive compatibility, this name is entirely lowercase.

Returns:

  • (String)


5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5731

class CreateTableRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_input,
  :partition_indexes,
  :transaction_id,
  :open_table_format_input)
  SENSITIVE = []
  include Aws::Structure
end

#open_table_format_inputTypes::OpenTableFormatInput

Specifies an OpenTableFormatInput structure when creating an open format table.



5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5731

class CreateTableRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_input,
  :partition_indexes,
  :transaction_id,
  :open_table_format_input)
  SENSITIVE = []
  include Aws::Structure
end

#partition_indexesArray<Types::PartitionIndex>

A list of partition indexes, PartitionIndex structures, to create in the table.

Returns:



5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5731

class CreateTableRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_input,
  :partition_indexes,
  :transaction_id,
  :open_table_format_input)
  SENSITIVE = []
  include Aws::Structure
end

#table_inputTypes::TableInput

The TableInput object that defines the metadata table to create in the catalog.

Returns:



5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5731

class CreateTableRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_input,
  :partition_indexes,
  :transaction_id,
  :open_table_format_input)
  SENSITIVE = []
  include Aws::Structure
end

#transaction_idString

The ID of the transaction.

Returns:

  • (String)


5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5731

class CreateTableRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_input,
  :partition_indexes,
  :transaction_id,
  :open_table_format_input)
  SENSITIVE = []
  include Aws::Structure
end