Class: Aws::DataZone::Types::IamPropertiesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::IamPropertiesInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The IAM properties 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.
10801 10802 10803 10804 10805 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10801 class IamPropertiesInput < Struct.new( :glue_lineage_sync_enabled) SENSITIVE = [] include Aws::Structure end |