Class: Aws::Types::GlueRunConfigurationOutput
- Inherits:
-
Object
- Object
- Aws::Types::GlueRunConfigurationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#auto_import_data_quality_result ⇒ Boolean
Returns the value of attribute auto_import_data_quality_result.
-
#catalog_name ⇒ ::String
Returns the value of attribute catalog_name.
-
#data_access_role ⇒ ::String
Returns the value of attribute data_access_role.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#relational_filter_configurations ⇒ ::Array[Types::RelationalFilterConfiguration]
Returns the value of attribute relational_filter_configurations.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
3512 3513 3514 |
# File 'sig/types.rbs', line 3512 def account_id @account_id end |
#auto_import_data_quality_result ⇒ Boolean
Returns the value of attribute auto_import_data_quality_result.
3516 3517 3518 |
# File 'sig/types.rbs', line 3516 def auto_import_data_quality_result @auto_import_data_quality_result end |
#catalog_name ⇒ ::String
Returns the value of attribute catalog_name.
3517 3518 3519 |
# File 'sig/types.rbs', line 3517 def catalog_name @catalog_name end |
#data_access_role ⇒ ::String
Returns the value of attribute data_access_role.
3514 3515 3516 |
# File 'sig/types.rbs', line 3514 def data_access_role @data_access_role end |
#region ⇒ ::String
Returns the value of attribute region.
3513 3514 3515 |
# File 'sig/types.rbs', line 3513 def region @region end |
#relational_filter_configurations ⇒ ::Array[Types::RelationalFilterConfiguration]
Returns the value of attribute relational_filter_configurations.
3515 3516 3517 |
# File 'sig/types.rbs', line 3515 def relational_filter_configurations @relational_filter_configurations end |