Module: Aws::Glue::Client::_GetDataQualityRuleRecommendationRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDataQualityRuleRecommendationRunResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #additional_run_options ⇒ Types::DataQualityRuleRecommendationRunAdditionalRunOptions
- #completed_on ⇒ ::Time
- #created_ruleset_name ⇒ ::String
- #data_quality_security_configuration ⇒ ::String
- #data_source ⇒ Types::DataSource
- #error_string ⇒ ::String
- #execution_time ⇒ ::Integer
- #last_modified_on ⇒ ::Time
- #number_of_workers ⇒ ::Integer
- #recommended_ruleset ⇒ ::String
- #role ⇒ ::String
- #run_id ⇒ ::String
- #started_on ⇒ ::Time
- #status ⇒ "STARTING", ...
- #timeout ⇒ ::Integer
Instance Method Details
#additional_run_options ⇒ Types::DataQualityRuleRecommendationRunAdditionalRunOptions
2011 |
# File 'sig/client.rbs', line 2011
def additional_run_options: () -> Types::DataQualityRuleRecommendationRunAdditionalRunOptions
|
#completed_on ⇒ ::Time
2006 |
# File 'sig/client.rbs', line 2006
def completed_on: () -> ::Time
|
#created_ruleset_name ⇒ ::String
2009 |
# File 'sig/client.rbs', line 2009
def created_ruleset_name: () -> ::String
|
#data_quality_security_configuration ⇒ ::String
2010 |
# File 'sig/client.rbs', line 2010
def data_quality_security_configuration: () -> ::String
|
#data_source ⇒ Types::DataSource
1998 |
# File 'sig/client.rbs', line 1998
def data_source: () -> Types::DataSource
|
#error_string ⇒ ::String
2003 |
# File 'sig/client.rbs', line 2003
def error_string: () -> ::String
|
#execution_time ⇒ ::Integer
2007 |
# File 'sig/client.rbs', line 2007
def execution_time: () -> ::Integer
|
#last_modified_on ⇒ ::Time
2005 |
# File 'sig/client.rbs', line 2005
def last_modified_on: () -> ::Time
|
#number_of_workers ⇒ ::Integer
2000 |
# File 'sig/client.rbs', line 2000
def number_of_workers: () -> ::Integer
|
#recommended_ruleset ⇒ ::String
2008 |
# File 'sig/client.rbs', line 2008
def recommended_ruleset: () -> ::String
|
#role ⇒ ::String
1999 |
# File 'sig/client.rbs', line 1999
def role: () -> ::String
|
#run_id ⇒ ::String
1997 |
# File 'sig/client.rbs', line 1997
def run_id: () -> ::String
|
#started_on ⇒ ::Time
2004 |
# File 'sig/client.rbs', line 2004
def started_on: () -> ::Time
|
#status ⇒ "STARTING", ...
2002 |
# File 'sig/client.rbs', line 2002
def status: () -> ("STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED" | "TIMEOUT")
|
#timeout ⇒ ::Integer
2001 |
# File 'sig/client.rbs', line 2001
def timeout: () -> ::Integer
|