Class: Aws::Glue::Types::UpdateIcebergTableInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::UpdateIcebergTableInput
- 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
-
#updates ⇒ Array<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.
Instance Attribute Details
#updates ⇒ Array<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.
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 |