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
-
#properties ⇒ Hash<String,String>
Contains configuration properties for an Iceberg table.
-
#schema ⇒ Types::IcebergSchema
The schema for an Iceberg table.
Instance Attribute Details
#properties ⇒ Hash<String,String>
Contains configuration properties for an Iceberg table.
1219 1220 1221 1222 1223 1224 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1219 class IcebergMetadata < Struct.new( :schema, :properties) SENSITIVE = [] include Aws::Structure end |
#schema ⇒ Types::IcebergSchema
The schema for an Iceberg table.
1219 1220 1221 1222 1223 1224 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1219 class IcebergMetadata < Struct.new( :schema, :properties) SENSITIVE = [] include Aws::Structure end |