Class: Aws::S3Tables::Types::IcebergMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#propertiesHash<String,String>

Contains configuration properties for an Iceberg table.

Returns:

  • (Hash<String,String>)


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

#schemaTypes::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