Class: Aws::Glue::Types::OpenTableFormatInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::OpenTableFormatInput
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
A structure representing an open format table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iceberg_input ⇒ Types::IcebergInput
Specifies an
IcebergInput
structure that defines an Apache Iceberg metadata table.
Instance Attribute Details
#iceberg_input ⇒ Types::IcebergInput
Specifies an IcebergInput
structure that defines an Apache Iceberg
metadata table.
16144 16145 16146 16147 16148 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16144 class OpenTableFormatInput < Struct.new( :iceberg_input) SENSITIVE = [] include Aws::Structure end |