Class: Aws::Glue::Types::OpenTableFormatInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

A structure representing an open format table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iceberg_inputTypes::IcebergInput

Specifies an ‘IcebergInput` structure that defines an Apache Iceberg metadata table.

Returns:



16308
16309
16310
16311
16312
# File 'lib/aws-sdk-glue/types.rb', line 16308

class OpenTableFormatInput < Struct.new(
  :iceberg_input)
  SENSITIVE = []
  include Aws::Structure
end