Class: Aws::Glue::Types::CreatePartitionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The Amazon Web Services account ID of the catalog in which the partition is to be created.

Returns:

  • (String)


5201
5202
5203
5204
5205
5206
5207
5208
# File 'lib/aws-sdk-glue/types.rb', line 5201

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

#database_nameString

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

Returns:

  • (String)


5201
5202
5203
5204
5205
5206
5207
5208
# File 'lib/aws-sdk-glue/types.rb', line 5201

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

#partition_inputTypes::PartitionInput

A ‘PartitionInput` structure defining the partition to be created.



5201
5202
5203
5204
5205
5206
5207
5208
# File 'lib/aws-sdk-glue/types.rb', line 5201

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

#table_nameString

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

Returns:

  • (String)


5201
5202
5203
5204
5205
5206
5207
5208
# File 'lib/aws-sdk-glue/types.rb', line 5201

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