Class: Aws::Types::DataQualityRulesetEvaluationRun
- Inherits:
-
Object
- Object
- Aws::Types::DataQualityRulesetEvaluationRun
- 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.
2137 2138 2139 |
# File 'sig/types.rbs', line 2137 def additional_data_sources @additional_data_sources end |
#additional_run_options ⇒ Types::DataQualityEvaluationRunAdditionalRunOptions
Returns the value of attribute additional_run_options.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def @additional_run_options end |
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
2133 2134 2135 |
# File 'sig/types.rbs', line 2133 def completed_on @completed_on end |
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
2124 2125 2126 |
# File 'sig/types.rbs', line 2124 def data_source @data_source end |
#error_string ⇒ ::String
Returns the value of attribute error_string.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def error_string @error_string end |
#execution_time ⇒ ::Integer
Returns the value of attribute execution_time.
2134 2135 2136 |
# File 'sig/types.rbs', line 2134 def execution_time @execution_time end |
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
2132 2133 2134 |
# File 'sig/types.rbs', line 2132 def last_modified_on @last_modified_on end |
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
2126 2127 2128 |
# File 'sig/types.rbs', line 2126 def number_of_workers @number_of_workers end |
#result_ids ⇒ ::Array[::String]
Returns the value of attribute result_ids.
2136 2137 2138 |
# File 'sig/types.rbs', line 2136 def result_ids @result_ids end |
#role ⇒ ::String
Returns the value of attribute role.
2125 2126 2127 |
# File 'sig/types.rbs', line 2125 def role @role end |
#ruleset_names ⇒ ::Array[::String]
Returns the value of attribute ruleset_names.
2135 2136 2137 |
# File 'sig/types.rbs', line 2135 def ruleset_names @ruleset_names end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
2123 2124 2125 |
# File 'sig/types.rbs', line 2123 def run_id @run_id end |
#started_on ⇒ ::Time
Returns the value of attribute started_on.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def started_on @started_on end |
#status ⇒ "STARTING", ...
Returns the value of attribute status.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def status @status end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def timeout @timeout end |