Class: Aws::Glue::Types::UpdateOpenTableFormatInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#update_iceberg_inputTypes::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