Class: Aws::DataZone::Types::IamPropertiesPatch
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::IamPropertiesPatch
- 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
-
#glue_lineage_sync_enabled ⇒ Boolean
Specifies whether Amazon Web Services Glue lineage sync is enabled for a connection.
Instance Attribute Details
#glue_lineage_sync_enabled ⇒ Boolean
Specifies whether Amazon Web Services Glue lineage sync is enabled for a connection.
10836 10837 10838 10839 10840 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10836 class IamPropertiesPatch < Struct.new( :glue_lineage_sync_enabled) SENSITIVE = [] include Aws::Structure end |