Class: Aws::DataZone::Types::LakehousePropertiesOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

The lakehouse properties of a connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#glue_lineage_sync_enabledBoolean

Specifies whether Glue lineage sync is enabled for tables managed by Glue crawlers.

Returns:

  • (Boolean)


13322
13323
13324
13325
13326
# File 'lib/aws-sdk-datazone/types.rb', line 13322

class LakehousePropertiesOutput < Struct.new(
  :glue_lineage_sync_enabled)
  SENSITIVE = []
  include Aws::Structure
end