Module: Aws::Glue::Client::_GetDataQualityRuleRecommendationRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDataQualityRuleRecommendationRunResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #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
#completed_on ⇒ ::Time
1971 |
# File 'sig/client.rbs', line 1971
def completed_on: () -> ::Time
|
#created_ruleset_name ⇒ ::String
1974 |
# File 'sig/client.rbs', line 1974
def created_ruleset_name: () -> ::String
|
#data_quality_security_configuration ⇒ ::String
1975 |
# File 'sig/client.rbs', line 1975
def data_quality_security_configuration: () -> ::String
|
#data_source ⇒ Types::DataSource
1963 |
# File 'sig/client.rbs', line 1963
def data_source: () -> Types::DataSource
|
#error_string ⇒ ::String
1968 |
# File 'sig/client.rbs', line 1968
def error_string: () -> ::String
|
#execution_time ⇒ ::Integer
1972 |
# File 'sig/client.rbs', line 1972
def execution_time: () -> ::Integer
|
#last_modified_on ⇒ ::Time
1970 |
# File 'sig/client.rbs', line 1970
def last_modified_on: () -> ::Time
|
#number_of_workers ⇒ ::Integer
1965 |
# File 'sig/client.rbs', line 1965
def number_of_workers: () -> ::Integer
|
#recommended_ruleset ⇒ ::String
1973 |
# File 'sig/client.rbs', line 1973
def recommended_ruleset: () -> ::String
|
#role ⇒ ::String
1964 |
# File 'sig/client.rbs', line 1964
def role: () -> ::String
|
#run_id ⇒ ::String
1962 |
# File 'sig/client.rbs', line 1962
def run_id: () -> ::String
|
#started_on ⇒ ::Time
1969 |
# File 'sig/client.rbs', line 1969
def started_on: () -> ::Time
|
#status ⇒ "STARTING", ...
1967 |
# File 'sig/client.rbs', line 1967
def status: () -> ("STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED" | "TIMEOUT")
|
#timeout ⇒ ::Integer
1966 |
# File 'sig/client.rbs', line 1966
def timeout: () -> ::Integer
|