Class: Aws::Glue::Types::UpdateIcebergInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::UpdateIcebergInput
- Defined in:
- gems/aws-sdk-glue/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.
27791 27792 27793 27794 27795 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27791 class UpdateIcebergInput < Struct.new( :update_iceberg_table_input) SENSITIVE = [] include Aws::Structure end |