Class: Aws::Types::GetDataQualityRuleRecommendationRunResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDataQualityRuleRecommendationRunResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_run_options ⇒ Types::DataQualityRuleRecommendationRunAdditionalRunOptions
Returns the value of attribute additional_run_options.
-
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
-
#created_ruleset_name ⇒ ::String
Returns the value of attribute created_ruleset_name.
-
#data_quality_security_configuration ⇒ ::String
Returns the value of attribute data_quality_security_configuration.
-
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
-
#error_string ⇒ ::String
Returns the value of attribute error_string.
-
#execution_time ⇒ ::Integer
Returns the value of attribute execution_time.
-
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
-
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
-
#recommended_ruleset ⇒ ::String
Returns the value of attribute recommended_ruleset.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#started_on ⇒ ::Time
Returns the value of attribute started_on.
-
#status ⇒ "STARTING", ...
Returns the value of attribute status.
-
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
Instance Attribute Details
#additional_run_options ⇒ Types::DataQualityRuleRecommendationRunAdditionalRunOptions
Returns the value of attribute additional_run_options.
3519 3520 3521 |
# File 'sig/types.rbs', line 3519 def @additional_run_options end |
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
3514 3515 3516 |
# File 'sig/types.rbs', line 3514 def completed_on @completed_on end |
#created_ruleset_name ⇒ ::String
Returns the value of attribute created_ruleset_name.
3517 3518 3519 |
# File 'sig/types.rbs', line 3517 def created_ruleset_name @created_ruleset_name end |
#data_quality_security_configuration ⇒ ::String
Returns the value of attribute data_quality_security_configuration.
3518 3519 3520 |
# File 'sig/types.rbs', line 3518 def data_quality_security_configuration @data_quality_security_configuration end |
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
3506 3507 3508 |
# File 'sig/types.rbs', line 3506 def data_source @data_source end |
#error_string ⇒ ::String
Returns the value of attribute error_string.
3511 3512 3513 |
# File 'sig/types.rbs', line 3511 def error_string @error_string end |
#execution_time ⇒ ::Integer
Returns the value of attribute execution_time.
3515 3516 3517 |
# File 'sig/types.rbs', line 3515 def execution_time @execution_time end |
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
3513 3514 3515 |
# File 'sig/types.rbs', line 3513 def last_modified_on @last_modified_on end |
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
3508 3509 3510 |
# File 'sig/types.rbs', line 3508 def number_of_workers @number_of_workers end |
#recommended_ruleset ⇒ ::String
Returns the value of attribute recommended_ruleset.
3516 3517 3518 |
# File 'sig/types.rbs', line 3516 def recommended_ruleset @recommended_ruleset end |
#role ⇒ ::String
Returns the value of attribute role.
3507 3508 3509 |
# File 'sig/types.rbs', line 3507 def role @role end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
3505 3506 3507 |
# File 'sig/types.rbs', line 3505 def run_id @run_id end |
#started_on ⇒ ::Time
Returns the value of attribute started_on.
3512 3513 3514 |
# File 'sig/types.rbs', line 3512 def started_on @started_on end |
#status ⇒ "STARTING", ...
Returns the value of attribute status.
3510 3511 3512 |
# File 'sig/types.rbs', line 3510 def status @status end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
3509 3510 3511 |
# File 'sig/types.rbs', line 3509 def timeout @timeout end |