Class: Aws::DataZone::Types::GlueRunConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GlueRunConfigurationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The configuration details of the Amazon Web Services Glue data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID included in the configuration details of the Amazon Web Services Glue data source.
-
#auto_import_data_quality_result ⇒ Boolean
Specifies whether to automatically import data quality metrics as part of the data source run.
-
#data_access_role ⇒ String
The data access role included in the configuration details of the Amazon Web Services Glue data source.
-
#region ⇒ String
The Amazon Web Services region included in the configuration details of the Amazon Web Services Glue data source.
-
#relational_filter_configurations ⇒ Array<Types::RelationalFilterConfiguration>
The relational filter configurations included in the configuration details of the Amazon Web Services Glue data source.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID included in the configuration details of the Amazon Web Services Glue data source.
8924 8925 8926 8927 8928 8929 8930 8931 8932 |
# File 'lib/aws-sdk-datazone/types.rb', line 8924 class GlueRunConfigurationOutput < Struct.new( :account_id, :auto_import_data_quality_result, :data_access_role, :region, :relational_filter_configurations) SENSITIVE = [] include Aws::Structure end |
#auto_import_data_quality_result ⇒ Boolean
Specifies whether to automatically import data quality metrics as part of the data source run.
8924 8925 8926 8927 8928 8929 8930 8931 8932 |
# File 'lib/aws-sdk-datazone/types.rb', line 8924 class GlueRunConfigurationOutput < Struct.new( :account_id, :auto_import_data_quality_result, :data_access_role, :region, :relational_filter_configurations) SENSITIVE = [] include Aws::Structure end |
#data_access_role ⇒ String
The data access role included in the configuration details of the Amazon Web Services Glue data source.
8924 8925 8926 8927 8928 8929 8930 8931 8932 |
# File 'lib/aws-sdk-datazone/types.rb', line 8924 class GlueRunConfigurationOutput < Struct.new( :account_id, :auto_import_data_quality_result, :data_access_role, :region, :relational_filter_configurations) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services region included in the configuration details of the Amazon Web Services Glue data source.
8924 8925 8926 8927 8928 8929 8930 8931 8932 |
# File 'lib/aws-sdk-datazone/types.rb', line 8924 class GlueRunConfigurationOutput < Struct.new( :account_id, :auto_import_data_quality_result, :data_access_role, :region, :relational_filter_configurations) SENSITIVE = [] include Aws::Structure end |
#relational_filter_configurations ⇒ Array<Types::RelationalFilterConfiguration>
The relational filter configurations included in the configuration details of the Amazon Web Services Glue data source.
8924 8925 8926 8927 8928 8929 8930 8931 8932 |
# File 'lib/aws-sdk-datazone/types.rb', line 8924 class GlueRunConfigurationOutput < Struct.new( :account_id, :auto_import_data_quality_result, :data_access_role, :region, :relational_filter_configurations) SENSITIVE = [] include Aws::Structure end |