Class: Aws::Glue::Types::IcebergInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::IcebergInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A structure that defines an Apache Iceberg metadata table to create in the catalog.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metadata_operation ⇒ String
A required metadata operation.
-
#version ⇒ String
The table version for the Iceberg table.
Instance Attribute Details
#metadata_operation ⇒ String
A required metadata operation. Can only be set to ‘CREATE`.
13590 13591 13592 13593 13594 13595 |
# File 'lib/aws-sdk-glue/types.rb', line 13590 class IcebergInput < Struct.new( :metadata_operation, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The table version for the Iceberg table. Defaults to 2.
13590 13591 13592 13593 13594 13595 |
# File 'lib/aws-sdk-glue/types.rb', line 13590 class IcebergInput < Struct.new( :metadata_operation, :version) SENSITIVE = [] include Aws::Structure end |