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.
29836 29837 29838 29839 29840 |
# File 'lib/aws-sdk-glue/types.rb', line 29836 class UpdateIcebergInput < Struct.new( :update_iceberg_table_input) SENSITIVE = [] include Aws::Structure end |