Module: Aws::GlueDataBrew::Client::_DescribeJobRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeJobRunResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attempt ⇒ ::Integer
- #completed_on ⇒ ::Time
- #data_catalog_outputs ⇒ ::Array[Types::DataCatalogOutput]
- #database_outputs ⇒ ::Array[Types::DatabaseOutput]
- #dataset_name ⇒ ::String
- #error_message ⇒ ::String
- #execution_time ⇒ ::Integer
- #job_name ⇒ ::String
- #job_sample ⇒ Types::JobSample
- #log_group_name ⇒ ::String
- #log_subscription ⇒ "ENABLE", "DISABLE"
- #outputs ⇒ ::Array[Types::Output]
- #profile_configuration ⇒ Types::ProfileConfiguration
- #recipe_reference ⇒ Types::RecipeReference
- #run_id ⇒ ::String
- #started_by ⇒ ::String
- #started_on ⇒ ::Time
- #state ⇒ "STARTING", ...
- #validation_configurations ⇒ ::Array[Types::ValidationConfiguration]
Instance Method Details
#attempt ⇒ ::Integer
356 |
# File 'sig/client.rbs', line 356
def attempt: () -> ::Integer
|
#completed_on ⇒ ::Time
357 |
# File 'sig/client.rbs', line 357
def completed_on: () -> ::Time
|
#data_catalog_outputs ⇒ ::Array[Types::DataCatalogOutput]
369 |
# File 'sig/client.rbs', line 369
def data_catalog_outputs: () -> ::Array[Types::DataCatalogOutput]
|
#database_outputs ⇒ ::Array[Types::DatabaseOutput]
370 |
# File 'sig/client.rbs', line 370
def database_outputs: () -> ::Array[Types::DatabaseOutput]
|
#dataset_name ⇒ ::String
358 |
# File 'sig/client.rbs', line 358
def dataset_name: () -> ::String
|
#error_message ⇒ ::String
359 |
# File 'sig/client.rbs', line 359
def error_message: () -> ::String
|
#execution_time ⇒ ::Integer
360 |
# File 'sig/client.rbs', line 360
def execution_time: () -> ::Integer
|
#job_name ⇒ ::String
361 |
# File 'sig/client.rbs', line 361
def job_name: () -> ::String
|
#job_sample ⇒ Types::JobSample
374 |
# File 'sig/client.rbs', line 374
def job_sample: () -> Types::JobSample
|
#log_group_name ⇒ ::String
367 |
# File 'sig/client.rbs', line 367
def log_group_name: () -> ::String
|
#log_subscription ⇒ "ENABLE", "DISABLE"
366 |
# File 'sig/client.rbs', line 366
def log_subscription: () -> ("ENABLE" | "DISABLE")
|
#outputs ⇒ ::Array[Types::Output]
368 |
# File 'sig/client.rbs', line 368
def outputs: () -> ::Array[Types::Output]
|
#profile_configuration ⇒ Types::ProfileConfiguration
362 |
# File 'sig/client.rbs', line 362
def profile_configuration: () -> Types::ProfileConfiguration
|
#recipe_reference ⇒ Types::RecipeReference
371 |
# File 'sig/client.rbs', line 371
def recipe_reference: () -> Types::RecipeReference
|
#run_id ⇒ ::String
364 |
# File 'sig/client.rbs', line 364
def run_id: () -> ::String
|
#started_by ⇒ ::String
372 |
# File 'sig/client.rbs', line 372
def started_by: () -> ::String
|
#started_on ⇒ ::Time
373 |
# File 'sig/client.rbs', line 373
def started_on: () -> ::Time
|
#state ⇒ "STARTING", ...
365 |
# File 'sig/client.rbs', line 365
def state: () -> ("STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED" | "TIMEOUT")
|
#validation_configurations ⇒ ::Array[Types::ValidationConfiguration]
363 |
# File 'sig/client.rbs', line 363
def validation_configurations: () -> ::Array[Types::ValidationConfiguration]
|