Class: Aws::Glue::Types::BatchCreatePartitionRequest

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 catalog in which the partition is to be created. Currently, this should be the Amazon Web Services account ID.

Returns:

  • (String)


562
563
564
565
566
567
568
569
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 562

class BatchCreatePartitionRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :partition_input_list)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The name of the metadata database in which the partition is to be created.

Returns:

  • (String)


562
563
564
565
566
567
568
569
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 562

class BatchCreatePartitionRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :partition_input_list)
  SENSITIVE = []
  include Aws::Structure
end

#partition_input_listArray<Types::PartitionInput>

A list of PartitionInput structures that define the partitions to be created.

Returns:



562
563
564
565
566
567
568
569
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 562

class BatchCreatePartitionRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :partition_input_list)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the metadata table in which the partition is to be created.

Returns:

  • (String)


562
563
564
565
566
567
568
569
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 562

class BatchCreatePartitionRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :partition_input_list)
  SENSITIVE = []
  include Aws::Structure
end