Module: Aws::Glue::Client::_GetDataQualityRulesetEvaluationRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDataQualityRulesetEvaluationRunResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #additional_data_sources ⇒ ::Hash[::String, Types::DataSource]
- #additional_run_options ⇒ Types::DataQualityEvaluationRunAdditionalRunOptions
- #completed_on ⇒ ::Time
- #data_source ⇒ Types::DataSource
- #error_string ⇒ ::String
- #execution_time ⇒ ::Integer
- #last_modified_on ⇒ ::Time
- #number_of_workers ⇒ ::Integer
- #result_ids ⇒ ::Array[::String]
- #role ⇒ ::String
- #ruleset_names ⇒ ::Array[::String]
- #run_id ⇒ ::String
- #started_on ⇒ ::Time
- #status ⇒ "STARTING", ...
- #timeout ⇒ ::Integer
Instance Method Details
#additional_data_sources ⇒ ::Hash[::String, Types::DataSource]
2042 |
# File 'sig/client.rbs', line 2042
def additional_data_sources: () -> ::Hash[::String, Types::DataSource]
|
#additional_run_options ⇒ Types::DataQualityEvaluationRunAdditionalRunOptions
2033 |
# File 'sig/client.rbs', line 2033
def additional_run_options: () -> Types::DataQualityEvaluationRunAdditionalRunOptions
|
#completed_on ⇒ ::Time
2038 |
# File 'sig/client.rbs', line 2038
def completed_on: () -> ::Time
|
#data_source ⇒ Types::DataSource
2029 |
# File 'sig/client.rbs', line 2029
def data_source: () -> Types::DataSource
|
#error_string ⇒ ::String
2035 |
# File 'sig/client.rbs', line 2035
def error_string: () -> ::String
|
#execution_time ⇒ ::Integer
2039 |
# File 'sig/client.rbs', line 2039
def execution_time: () -> ::Integer
|
#last_modified_on ⇒ ::Time
2037 |
# File 'sig/client.rbs', line 2037
def last_modified_on: () -> ::Time
|
#number_of_workers ⇒ ::Integer
2031 |
# File 'sig/client.rbs', line 2031
def number_of_workers: () -> ::Integer
|
#result_ids ⇒ ::Array[::String]
2041 |
# File 'sig/client.rbs', line 2041
def result_ids: () -> ::Array[::String]
|
#role ⇒ ::String
2030 |
# File 'sig/client.rbs', line 2030
def role: () -> ::String
|
#ruleset_names ⇒ ::Array[::String]
2040 |
# File 'sig/client.rbs', line 2040
def ruleset_names: () -> ::Array[::String]
|
#run_id ⇒ ::String
2028 |
# File 'sig/client.rbs', line 2028
def run_id: () -> ::String
|
#started_on ⇒ ::Time
2036 |
# File 'sig/client.rbs', line 2036
def started_on: () -> ::Time
|
#status ⇒ "STARTING", ...
2034 |
# File 'sig/client.rbs', line 2034
def status: () -> ("STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED" | "TIMEOUT")
|
#timeout ⇒ ::Integer
2032 |
# File 'sig/client.rbs', line 2032
def timeout: () -> ::Integer
|