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]
2016 |
# File 'sig/client.rbs', line 2016
def additional_data_sources: () -> ::Hash[::String, Types::DataSource]
|
#additional_run_options ⇒ Types::DataQualityEvaluationRunAdditionalRunOptions
2007 |
# File 'sig/client.rbs', line 2007
def additional_run_options: () -> Types::DataQualityEvaluationRunAdditionalRunOptions
|
#completed_on ⇒ ::Time
2012 |
# File 'sig/client.rbs', line 2012
def completed_on: () -> ::Time
|
#data_source ⇒ Types::DataSource
2003 |
# File 'sig/client.rbs', line 2003
def data_source: () -> Types::DataSource
|
#error_string ⇒ ::String
2009 |
# File 'sig/client.rbs', line 2009
def error_string: () -> ::String
|
#execution_time ⇒ ::Integer
2013 |
# File 'sig/client.rbs', line 2013
def execution_time: () -> ::Integer
|
#last_modified_on ⇒ ::Time
2011 |
# File 'sig/client.rbs', line 2011
def last_modified_on: () -> ::Time
|
#number_of_workers ⇒ ::Integer
2005 |
# File 'sig/client.rbs', line 2005
def number_of_workers: () -> ::Integer
|
#result_ids ⇒ ::Array[::String]
2015 |
# File 'sig/client.rbs', line 2015
def result_ids: () -> ::Array[::String]
|
#role ⇒ ::String
2004 |
# File 'sig/client.rbs', line 2004
def role: () -> ::String
|
#ruleset_names ⇒ ::Array[::String]
2014 |
# File 'sig/client.rbs', line 2014
def ruleset_names: () -> ::Array[::String]
|
#run_id ⇒ ::String
2002 |
# File 'sig/client.rbs', line 2002
def run_id: () -> ::String
|
#started_on ⇒ ::Time
2010 |
# File 'sig/client.rbs', line 2010
def started_on: () -> ::Time
|
#status ⇒ "STARTING", ...
2008 |
# File 'sig/client.rbs', line 2008
def status: () -> ("STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED" | "TIMEOUT")
|
#timeout ⇒ ::Integer
2006 |
# File 'sig/client.rbs', line 2006
def timeout: () -> ::Integer
|