Class: Aws::DataZone::Types::IamPropertiesPatch

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

Overview

The IAM properties patch of a connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#glue_lineage_sync_enabledBoolean

Specifies whether Amazon Web Services Glue lineage sync is enabled for a connection.

Returns:

  • (Boolean)


11028
11029
11030
11031
11032
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11028

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