Class: Aws::Glue::Types::UpdateOpenTableFormatInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::UpdateOpenTableFormatInput
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Input parameters for updating open table format tables in GlueData Catalog, serving as a wrapper for format-specific update operations such as Apache Iceberg.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#update_iceberg_input ⇒ Types::UpdateIcebergInput
Apache Iceberg-specific update parameters that define the table modifications to be applied, including schema changes, partition specifications, and table properties.
Instance Attribute Details
#update_iceberg_input ⇒ Types::UpdateIcebergInput
Apache Iceberg-specific update parameters that define the table modifications to be applied, including schema changes, partition specifications, and table properties.
28646 28647 28648 28649 28650 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 28646 class UpdateOpenTableFormatInput < Struct.new( :update_iceberg_input) SENSITIVE = [] include Aws::Structure end |