Class: Aws::Types::GetDataQualityRulesetEvaluationRunResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDataQualityRulesetEvaluationRunResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_data_sources ⇒ ::Hash[::String, Types::DataSource]
Returns the value of attribute additional_data_sources.
-
#additional_run_options ⇒ Types::DataQualityEvaluationRunAdditionalRunOptions
Returns the value of attribute additional_run_options.
-
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
-
#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.
-
#result_ids ⇒ ::Array[::String]
Returns the value of attribute result_ids.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#ruleset_names ⇒ ::Array[::String]
Returns the value of attribute ruleset_names.
-
#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_data_sources ⇒ ::Hash[::String, Types::DataSource]
Returns the value of attribute additional_data_sources.
3543 3544 3545 |
# File 'sig/types.rbs', line 3543 def additional_data_sources @additional_data_sources end |
#additional_run_options ⇒ Types::DataQualityEvaluationRunAdditionalRunOptions
Returns the value of attribute additional_run_options.
3534 3535 3536 |
# File 'sig/types.rbs', line 3534 def @additional_run_options end |
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
3539 3540 3541 |
# File 'sig/types.rbs', line 3539 def completed_on @completed_on end |
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
3530 3531 3532 |
# File 'sig/types.rbs', line 3530 def data_source @data_source end |
#error_string ⇒ ::String
Returns the value of attribute error_string.
3536 3537 3538 |
# File 'sig/types.rbs', line 3536 def error_string @error_string end |
#execution_time ⇒ ::Integer
Returns the value of attribute execution_time.
3540 3541 3542 |
# File 'sig/types.rbs', line 3540 def execution_time @execution_time end |
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
3538 3539 3540 |
# File 'sig/types.rbs', line 3538 def last_modified_on @last_modified_on end |
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
3532 3533 3534 |
# File 'sig/types.rbs', line 3532 def number_of_workers @number_of_workers end |
#result_ids ⇒ ::Array[::String]
Returns the value of attribute result_ids.
3542 3543 3544 |
# File 'sig/types.rbs', line 3542 def result_ids @result_ids end |
#role ⇒ ::String
Returns the value of attribute role.
3531 3532 3533 |
# File 'sig/types.rbs', line 3531 def role @role end |
#ruleset_names ⇒ ::Array[::String]
Returns the value of attribute ruleset_names.
3541 3542 3543 |
# File 'sig/types.rbs', line 3541 def ruleset_names @ruleset_names end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
3529 3530 3531 |
# File 'sig/types.rbs', line 3529 def run_id @run_id end |
#started_on ⇒ ::Time
Returns the value of attribute started_on.
3537 3538 3539 |
# File 'sig/types.rbs', line 3537 def started_on @started_on end |
#status ⇒ "STARTING", ...
Returns the value of attribute status.
3535 3536 3537 |
# File 'sig/types.rbs', line 3535 def status @status end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
3533 3534 3535 |
# File 'sig/types.rbs', line 3533 def timeout @timeout end |