Class: Aws::S3Tables::Types::IcebergMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::IcebergMetadata
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Contains details about the metadata for an Iceberg table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schema ⇒ Types::IcebergSchema
The schema for an Iceberg table.
Instance Attribute Details
#schema ⇒ Types::IcebergSchema
The schema for an Iceberg table.
856 857 858 859 860 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 856 class IcebergMetadata < Struct.new( :schema) SENSITIVE = [] include Aws::Structure end |