Class: Aws::Glue::Types::UpdateIcebergTableInput

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

Overview

Contains the update operations to be applied to an existing Iceberg table in AWS Glue Data Catalog, defining the new state of the table metadata.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#updatesArray<Types::IcebergTableUpdate>

The list of table update operations that specify the changes to be made to the Iceberg table, including schema modifications, partition specifications, and table properties.

Returns:



27809
27810
27811
27812
27813
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27809

class UpdateIcebergTableInput < Struct.new(
  :updates)
  SENSITIVE = []
  include Aws::Structure
end