Class: Aws::Types::JobRun
- Inherits:
-
Object
- Object
- Aws::Types::JobRun
- 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.
-
#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.
560 561 562 |
# File 'sig/types.rbs', line 560 def attempt @attempt end |
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
561 562 563 |
# File 'sig/types.rbs', line 561 def completed_on @completed_on end |
#data_catalog_outputs ⇒ ::Array[Types::DataCatalogOutput]
Returns the value of attribute data_catalog_outputs.
571 572 573 |
# File 'sig/types.rbs', line 571 def data_catalog_outputs @data_catalog_outputs end |
#database_outputs ⇒ ::Array[Types::DatabaseOutput]
Returns the value of attribute database_outputs.
572 573 574 |
# File 'sig/types.rbs', line 572 def database_outputs @database_outputs end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
562 563 564 |
# File 'sig/types.rbs', line 562 def dataset_name @dataset_name end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
563 564 565 |
# File 'sig/types.rbs', line 563 def end |
#execution_time ⇒ ::Integer
Returns the value of attribute execution_time.
564 565 566 |
# File 'sig/types.rbs', line 564 def execution_time @execution_time end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
565 566 567 |
# File 'sig/types.rbs', line 565 def job_name @job_name end |
#job_sample ⇒ Types::JobSample
Returns the value of attribute job_sample.
576 577 578 |
# File 'sig/types.rbs', line 576 def job_sample @job_sample end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
569 570 571 |
# File 'sig/types.rbs', line 569 def log_group_name @log_group_name end |
#log_subscription ⇒ "ENABLE", "DISABLE"
Returns the value of attribute log_subscription.
568 569 570 |
# File 'sig/types.rbs', line 568 def log_subscription @log_subscription end |
#outputs ⇒ ::Array[Types::Output]
Returns the value of attribute outputs.
570 571 572 |
# File 'sig/types.rbs', line 570 def outputs @outputs end |
#recipe_reference ⇒ Types::RecipeReference
Returns the value of attribute recipe_reference.
573 574 575 |
# File 'sig/types.rbs', line 573 def recipe_reference @recipe_reference end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
566 567 568 |
# File 'sig/types.rbs', line 566 def run_id @run_id end |
#started_by ⇒ ::String
Returns the value of attribute started_by.
574 575 576 |
# File 'sig/types.rbs', line 574 def started_by @started_by end |
#started_on ⇒ ::Time
Returns the value of attribute started_on.
575 576 577 |
# File 'sig/types.rbs', line 575 def started_on @started_on end |
#state ⇒ "STARTING", ...
Returns the value of attribute state.
567 568 569 |
# File 'sig/types.rbs', line 567 def state @state end |
#validation_configurations ⇒ ::Array[Types::ValidationConfiguration]
Returns the value of attribute validation_configurations.
577 578 579 |
# File 'sig/types.rbs', line 577 def validation_configurations @validation_configurations end |