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
1987 |
# File 'sig/client.rbs', line 1987
def additional_run_options: () -> Types::DataQualityRuleRecommendationRunAdditionalRunOptions
|
#completed_on ⇒ ::Time
1982 |
# File 'sig/client.rbs', line 1982
def completed_on: () -> ::Time
|
#created_ruleset_name ⇒ ::String
1985 |
# File 'sig/client.rbs', line 1985
def created_ruleset_name: () -> ::String
|
#data_quality_security_configuration ⇒ ::String
1986 |
# File 'sig/client.rbs', line 1986
def data_quality_security_configuration: () -> ::String
|
#data_source ⇒ Types::DataSource
1974 |
# File 'sig/client.rbs', line 1974
def data_source: () -> Types::DataSource
|
#error_string ⇒ ::String
1979 |
# File 'sig/client.rbs', line 1979
def error_string: () -> ::String
|
#execution_time ⇒ ::Integer
1983 |
# File 'sig/client.rbs', line 1983
def execution_time: () -> ::Integer
|
#last_modified_on ⇒ ::Time
1981 |
# File 'sig/client.rbs', line 1981
def last_modified_on: () -> ::Time
|
#number_of_workers ⇒ ::Integer
1976 |
# File 'sig/client.rbs', line 1976
def number_of_workers: () -> ::Integer
|
#recommended_ruleset ⇒ ::String
1984 |
# File 'sig/client.rbs', line 1984
def recommended_ruleset: () -> ::String
|
#role ⇒ ::String
1975 |
# File 'sig/client.rbs', line 1975
def role: () -> ::String
|
#run_id ⇒ ::String
1973 |
# File 'sig/client.rbs', line 1973
def run_id: () -> ::String
|
#started_on ⇒ ::Time
1980 |
# File 'sig/client.rbs', line 1980
def started_on: () -> ::Time
|
#status ⇒ "STARTING", ...
1978 |
# File 'sig/client.rbs', line 1978
def status: () -> ("STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED" | "TIMEOUT")
|
#timeout ⇒ ::Integer
1977 |
# File 'sig/client.rbs', line 1977
def timeout: () -> ::Integer
|