Class: Aws::Types::Job
- Inherits:
-
Object
- Object
- Aws::Types::Job
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#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.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#encryption_mode ⇒ "SSE-KMS", "SSE-S3"
Returns the value of attribute encryption_mode.
-
#job_sample ⇒ Types::JobSample
Returns the value of attribute job_sample.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#log_subscription ⇒ "ENABLE", "DISABLE"
Returns the value of attribute log_subscription.
-
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
-
#max_retries ⇒ ::Integer
Returns the value of attribute max_retries.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#outputs ⇒ ::Array[Types::Output]
Returns the value of attribute outputs.
-
#project_name ⇒ ::String
Returns the value of attribute project_name.
-
#recipe_reference ⇒ Types::RecipeReference
Returns the value of attribute recipe_reference.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
-
#type ⇒ "PROFILE", "RECIPE"
Returns the value of attribute type.
-
#validation_configurations ⇒ ::Array[Types::ValidationConfiguration]
Returns the value of attribute validation_configurations.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
532 533 534 |
# File 'sig/types.rbs', line 532 def account_id @account_id end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
534 535 536 |
# File 'sig/types.rbs', line 534 def create_date @create_date end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
533 534 535 |
# File 'sig/types.rbs', line 533 def created_by @created_by end |
#data_catalog_outputs ⇒ ::Array[Types::DataCatalogOutput]
Returns the value of attribute data_catalog_outputs.
546 547 548 |
# File 'sig/types.rbs', line 546 def data_catalog_outputs @data_catalog_outputs end |
#database_outputs ⇒ ::Array[Types::DatabaseOutput]
Returns the value of attribute database_outputs.
547 548 549 |
# File 'sig/types.rbs', line 547 def database_outputs @database_outputs end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
535 536 537 |
# File 'sig/types.rbs', line 535 def dataset_name @dataset_name end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
536 537 538 |
# File 'sig/types.rbs', line 536 def encryption_key_arn @encryption_key_arn end |
#encryption_mode ⇒ "SSE-KMS", "SSE-S3"
Returns the value of attribute encryption_mode.
537 538 539 |
# File 'sig/types.rbs', line 537 def encryption_mode @encryption_mode end |
#job_sample ⇒ Types::JobSample
Returns the value of attribute job_sample.
554 555 556 |
# File 'sig/types.rbs', line 554 def job_sample @job_sample end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
540 541 542 |
# File 'sig/types.rbs', line 540 def last_modified_by @last_modified_by end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
541 542 543 |
# File 'sig/types.rbs', line 541 def last_modified_date @last_modified_date end |
#log_subscription ⇒ "ENABLE", "DISABLE"
Returns the value of attribute log_subscription.
542 543 544 |
# File 'sig/types.rbs', line 542 def log_subscription @log_subscription end |
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
543 544 545 |
# File 'sig/types.rbs', line 543 def max_capacity @max_capacity end |
#max_retries ⇒ ::Integer
Returns the value of attribute max_retries.
544 545 546 |
# File 'sig/types.rbs', line 544 def max_retries @max_retries end |
#name ⇒ ::String
Returns the value of attribute name.
538 539 540 |
# File 'sig/types.rbs', line 538 def name @name end |
#outputs ⇒ ::Array[Types::Output]
Returns the value of attribute outputs.
545 546 547 |
# File 'sig/types.rbs', line 545 def outputs @outputs end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
548 549 550 |
# File 'sig/types.rbs', line 548 def project_name @project_name end |
#recipe_reference ⇒ Types::RecipeReference
Returns the value of attribute recipe_reference.
549 550 551 |
# File 'sig/types.rbs', line 549 def recipe_reference @recipe_reference end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
550 551 552 |
# File 'sig/types.rbs', line 550 def resource_arn @resource_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
551 552 553 |
# File 'sig/types.rbs', line 551 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
553 554 555 |
# File 'sig/types.rbs', line 553 def end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
552 553 554 |
# File 'sig/types.rbs', line 552 def timeout @timeout end |
#type ⇒ "PROFILE", "RECIPE"
Returns the value of attribute type.
539 540 541 |
# File 'sig/types.rbs', line 539 def type @type end |
#validation_configurations ⇒ ::Array[Types::ValidationConfiguration]
Returns the value of attribute validation_configurations.
555 556 557 |
# File 'sig/types.rbs', line 555 def validation_configurations @validation_configurations end |