Class: Aws::DataZone::Types::IamPropertiesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::IamPropertiesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The IAM properties of a connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_id ⇒ String
The environment ID of the connection.
-
#glue_lineage_sync_enabled ⇒ Boolean
Specifies whether Amazon Web Services Glue lineage sync is enabled for a connection.
Instance Attribute Details
#environment_id ⇒ String
The environment ID of the connection.
10820 10821 10822 10823 10824 10825 |
# File 'lib/aws-sdk-datazone/types.rb', line 10820 class IamPropertiesOutput < Struct.new( :environment_id, :glue_lineage_sync_enabled) SENSITIVE = [] include Aws::Structure end |
#glue_lineage_sync_enabled ⇒ Boolean
Specifies whether Amazon Web Services Glue lineage sync is enabled for a connection.
10820 10821 10822 10823 10824 10825 |
# File 'lib/aws-sdk-datazone/types.rb', line 10820 class IamPropertiesOutput < Struct.new( :environment_id, :glue_lineage_sync_enabled) SENSITIVE = [] include Aws::Structure end |