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]
2028 |
# File 'sig/client.rbs', line 2028
def additional_data_sources: () -> ::Hash[::String, Types::DataSource]
|
#additional_run_options ⇒ Types::DataQualityEvaluationRunAdditionalRunOptions
2019 |
# File 'sig/client.rbs', line 2019
def additional_run_options: () -> Types::DataQualityEvaluationRunAdditionalRunOptions
|
#completed_on ⇒ ::Time
2024 |
# File 'sig/client.rbs', line 2024
def completed_on: () -> ::Time
|
#data_source ⇒ Types::DataSource
2015 |
# File 'sig/client.rbs', line 2015
def data_source: () -> Types::DataSource
|
#error_string ⇒ ::String
2021 |
# File 'sig/client.rbs', line 2021
def error_string: () -> ::String
|
#execution_time ⇒ ::Integer
2025 |
# File 'sig/client.rbs', line 2025
def execution_time: () -> ::Integer
|
#last_modified_on ⇒ ::Time
2023 |
# File 'sig/client.rbs', line 2023
def last_modified_on: () -> ::Time
|
#number_of_workers ⇒ ::Integer
2017 |
# File 'sig/client.rbs', line 2017
def number_of_workers: () -> ::Integer
|
#result_ids ⇒ ::Array[::String]
2027 |
# File 'sig/client.rbs', line 2027
def result_ids: () -> ::Array[::String]
|
#role ⇒ ::String
2016 |
# File 'sig/client.rbs', line 2016
def role: () -> ::String
|
#ruleset_names ⇒ ::Array[::String]
2026 |
# File 'sig/client.rbs', line 2026
def ruleset_names: () -> ::Array[::String]
|
#run_id ⇒ ::String
2014 |
# File 'sig/client.rbs', line 2014
def run_id: () -> ::String
|
#started_on ⇒ ::Time
2022 |
# File 'sig/client.rbs', line 2022
def started_on: () -> ::Time
|
#status ⇒ "STARTING", ...
2020 |
# File 'sig/client.rbs', line 2020
def status: () -> ("STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED" | "TIMEOUT")
|
#timeout ⇒ ::Integer
2018 |
# File 'sig/client.rbs', line 2018
def timeout: () -> ::Integer
|