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)


12719
12720
12721
12722
12723
# File 'lib/aws-sdk-datazone/types.rb', line 12719

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