Class: Aws::Glue::Types::UpdatePartitionRequest

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 where the partition to be updated resides. If none is provided, the Amazon Web Services account ID is used by default.

Returns:

  • (String)


22634
22635
22636
22637
22638
22639
22640
22641
22642
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22634

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

#database_nameString

The name of the catalog database in which the table in question resides.

Returns:

  • (String)


22634
22635
22636
22637
22638
22639
22640
22641
22642
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22634

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

#partition_inputTypes::PartitionInput

The new partition object to update the partition to.

The Values property can't be changed. If you want to change the partition key values for a partition, delete and recreate the partition.



22634
22635
22636
22637
22638
22639
22640
22641
22642
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22634

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

#partition_value_listArray<String>

List of partition key values that define the partition to update.

Returns:

  • (Array<String>)


22634
22635
22636
22637
22638
22639
22640
22641
22642
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22634

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

#table_nameString

The name of the table in which the partition to be updated is located.

Returns:

  • (String)


22634
22635
22636
22637
22638
22639
22640
22641
22642
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22634

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