Class: Aws::Types::DescribeJobRunResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeJobRunResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attempt ⇒ ::Integer
Returns the value of attribute attempt.
-
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
-
#data_catalog_outputs ⇒ ::Array[Types::DataCatalogOutput]
Returns the value of attribute data_catalog_outputs.
-
#database_outputs ⇒ ::Array[Types::DatabaseOutput]
Returns the value of attribute database_outputs.
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#execution_time ⇒ ::Integer
Returns the value of attribute execution_time.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_sample ⇒ Types::JobSample
Returns the value of attribute job_sample.
-
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
-
#log_subscription ⇒ "ENABLE", "DISABLE"
Returns the value of attribute log_subscription.
-
#outputs ⇒ ::Array[Types::Output]
Returns the value of attribute outputs.
-
#profile_configuration ⇒ Types::ProfileConfiguration
Returns the value of attribute profile_configuration.
-
#recipe_reference ⇒ Types::RecipeReference
Returns the value of attribute recipe_reference.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#started_by ⇒ ::String
Returns the value of attribute started_by.
-
#started_on ⇒ ::Time
Returns the value of attribute started_on.
-
#state ⇒ "STARTING", ...
Returns the value of attribute state.
-
#validation_configurations ⇒ ::Array[Types::ValidationConfiguration]
Returns the value of attribute validation_configurations.
Instance Attribute Details
#attempt ⇒ ::Integer
Returns the value of attribute attempt.
380 381 382 |
# File 'sig/types.rbs', line 380 def attempt @attempt end |
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
381 382 383 |
# File 'sig/types.rbs', line 381 def completed_on @completed_on end |
#data_catalog_outputs ⇒ ::Array[Types::DataCatalogOutput]
Returns the value of attribute data_catalog_outputs.
393 394 395 |
# File 'sig/types.rbs', line 393 def data_catalog_outputs @data_catalog_outputs end |
#database_outputs ⇒ ::Array[Types::DatabaseOutput]
Returns the value of attribute database_outputs.
394 395 396 |
# File 'sig/types.rbs', line 394 def database_outputs @database_outputs end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
382 383 384 |
# File 'sig/types.rbs', line 382 def dataset_name @dataset_name end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
383 384 385 |
# File 'sig/types.rbs', line 383 def @error_message end |
#execution_time ⇒ ::Integer
Returns the value of attribute execution_time.
384 385 386 |
# File 'sig/types.rbs', line 384 def execution_time @execution_time end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
385 386 387 |
# File 'sig/types.rbs', line 385 def job_name @job_name end |
#job_sample ⇒ Types::JobSample
Returns the value of attribute job_sample.
398 399 400 |
# File 'sig/types.rbs', line 398 def job_sample @job_sample end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
391 392 393 |
# File 'sig/types.rbs', line 391 def log_group_name @log_group_name end |
#log_subscription ⇒ "ENABLE", "DISABLE"
Returns the value of attribute log_subscription.
390 391 392 |
# File 'sig/types.rbs', line 390 def log_subscription @log_subscription end |
#outputs ⇒ ::Array[Types::Output]
Returns the value of attribute outputs.
392 393 394 |
# File 'sig/types.rbs', line 392 def outputs @outputs end |
#profile_configuration ⇒ Types::ProfileConfiguration
Returns the value of attribute profile_configuration.
386 387 388 |
# File 'sig/types.rbs', line 386 def profile_configuration @profile_configuration end |
#recipe_reference ⇒ Types::RecipeReference
Returns the value of attribute recipe_reference.
395 396 397 |
# File 'sig/types.rbs', line 395 def recipe_reference @recipe_reference end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
388 389 390 |
# File 'sig/types.rbs', line 388 def run_id @run_id end |
#started_by ⇒ ::String
Returns the value of attribute started_by.
396 397 398 |
# File 'sig/types.rbs', line 396 def started_by @started_by end |
#started_on ⇒ ::Time
Returns the value of attribute started_on.
397 398 399 |
# File 'sig/types.rbs', line 397 def started_on @started_on end |
#state ⇒ "STARTING", ...
Returns the value of attribute state.
389 390 391 |
# File 'sig/types.rbs', line 389 def state @state end |
#validation_configurations ⇒ ::Array[Types::ValidationConfiguration]
Returns the value of attribute validation_configurations.
387 388 389 |
# File 'sig/types.rbs', line 387 def validation_configurations @validation_configurations end |