Class: Aws::Types::DescribeJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#profile_configuration ⇒ Types::ProfileConfiguration
Returns the value of attribute profile_configuration.
-
#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
#create_date ⇒ ::Time
Returns the value of attribute create_date.
346 347 348 |
# File 'sig/types.rbs', line 346 def create_date @create_date end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
347 348 349 |
# File 'sig/types.rbs', line 347 def created_by @created_by end |
#data_catalog_outputs ⇒ ::Array[Types::DataCatalogOutput]
Returns the value of attribute data_catalog_outputs.
359 360 361 |
# File 'sig/types.rbs', line 359 def data_catalog_outputs @data_catalog_outputs end |
#database_outputs ⇒ ::Array[Types::DatabaseOutput]
Returns the value of attribute database_outputs.
360 361 362 |
# File 'sig/types.rbs', line 360 def database_outputs @database_outputs end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
348 349 350 |
# File 'sig/types.rbs', line 348 def dataset_name @dataset_name end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
349 350 351 |
# File 'sig/types.rbs', line 349 def encryption_key_arn @encryption_key_arn end |
#encryption_mode ⇒ "SSE-KMS", "SSE-S3"
Returns the value of attribute encryption_mode.
350 351 352 |
# File 'sig/types.rbs', line 350 def encryption_mode @encryption_mode end |
#job_sample ⇒ Types::JobSample
Returns the value of attribute job_sample.
369 370 371 |
# File 'sig/types.rbs', line 369 def job_sample @job_sample end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
353 354 355 |
# File 'sig/types.rbs', line 353 def last_modified_by @last_modified_by end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
354 355 356 |
# File 'sig/types.rbs', line 354 def last_modified_date @last_modified_date end |
#log_subscription ⇒ "ENABLE", "DISABLE"
Returns the value of attribute log_subscription.
355 356 357 |
# File 'sig/types.rbs', line 355 def log_subscription @log_subscription end |
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
356 357 358 |
# File 'sig/types.rbs', line 356 def max_capacity @max_capacity end |
#max_retries ⇒ ::Integer
Returns the value of attribute max_retries.
357 358 359 |
# File 'sig/types.rbs', line 357 def max_retries @max_retries end |
#name ⇒ ::String
Returns the value of attribute name.
351 352 353 |
# File 'sig/types.rbs', line 351 def name @name end |
#outputs ⇒ ::Array[Types::Output]
Returns the value of attribute outputs.
358 359 360 |
# File 'sig/types.rbs', line 358 def outputs @outputs end |
#profile_configuration ⇒ Types::ProfileConfiguration
Returns the value of attribute profile_configuration.
362 363 364 |
# File 'sig/types.rbs', line 362 def profile_configuration @profile_configuration end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
361 362 363 |
# File 'sig/types.rbs', line 361 def project_name @project_name end |
#recipe_reference ⇒ Types::RecipeReference
Returns the value of attribute recipe_reference.
364 365 366 |
# File 'sig/types.rbs', line 364 def recipe_reference @recipe_reference end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
365 366 367 |
# File 'sig/types.rbs', line 365 def resource_arn @resource_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
366 367 368 |
# File 'sig/types.rbs', line 366 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
367 368 369 |
# File 'sig/types.rbs', line 367 def @tags end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
368 369 370 |
# File 'sig/types.rbs', line 368 def timeout @timeout end |
#type ⇒ "PROFILE", "RECIPE"
Returns the value of attribute type.
352 353 354 |
# File 'sig/types.rbs', line 352 def type @type end |
#validation_configurations ⇒ ::Array[Types::ValidationConfiguration]
Returns the value of attribute validation_configurations.
363 364 365 |
# File 'sig/types.rbs', line 363 def validation_configurations @validation_configurations end |