Class: Aws::Glue::Types::BatchUpdatePartitionRequest

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

Returns:

  • (String)


1550
1551
1552
1553
1554
1555
1556
1557
# File 'lib/aws-sdk-glue/types.rb', line 1550

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

#database_nameString

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

Returns:

  • (String)


1550
1551
1552
1553
1554
1555
1556
1557
# File 'lib/aws-sdk-glue/types.rb', line 1550

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

#entriesArray<Types::BatchUpdatePartitionRequestEntry>

A list of up to 100 ‘BatchUpdatePartitionRequestEntry` objects to update.



1550
1551
1552
1553
1554
1555
1556
1557
# File 'lib/aws-sdk-glue/types.rb', line 1550

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

#table_nameString

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

Returns:

  • (String)


1550
1551
1552
1553
1554
1555
1556
1557
# File 'lib/aws-sdk-glue/types.rb', line 1550

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