Class: Aws::Glue::Types::UpdateIcebergInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::UpdateIcebergInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Input parameters specific to updating Apache Iceberg tables in Glue Data Catalog, containing the update operations to be applied to an existing Iceberg table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#update_iceberg_table_input ⇒ Types::UpdateIcebergTableInput
The specific update operations to be applied to the Iceberg table, containing a list of updates that define the new state of the table including schema, partitions, and properties.
Instance Attribute Details
#update_iceberg_table_input ⇒ Types::UpdateIcebergTableInput
The specific update operations to be applied to the Iceberg table, containing a list of updates that define the new state of the table including schema, partitions, and properties.
28636 28637 28638 28639 28640 |
# File 'lib/aws-sdk-glue/types.rb', line 28636 class UpdateIcebergInput < Struct.new( :update_iceberg_table_input) SENSITIVE = [] include Aws::Structure end |