Module: Aws::GlueDataBrew::Client::_DescribeJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #create_date ⇒ ::Time
- #created_by ⇒ ::String
- #data_catalog_outputs ⇒ ::Array[Types::DataCatalogOutput]
- #database_outputs ⇒ ::Array[Types::DatabaseOutput]
- #dataset_name ⇒ ::String
- #encryption_key_arn ⇒ ::String
- #encryption_mode ⇒ "SSE-KMS", "SSE-S3"
- #job_sample ⇒ Types::JobSample
- #last_modified_by ⇒ ::String
- #last_modified_date ⇒ ::Time
- #log_subscription ⇒ "ENABLE", "DISABLE"
- #max_capacity ⇒ ::Integer
- #max_retries ⇒ ::Integer
- #name ⇒ ::String
- #outputs ⇒ ::Array[Types::Output]
- #profile_configuration ⇒ Types::ProfileConfiguration
- #project_name ⇒ ::String
- #recipe_reference ⇒ Types::RecipeReference
- #resource_arn ⇒ ::String
- #role_arn ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #timeout ⇒ ::Integer
- #type ⇒ "PROFILE", "RECIPE"
- #validation_configurations ⇒ ::Array[Types::ValidationConfiguration]
Instance Method Details
#create_date ⇒ ::Time
323 |
# File 'sig/client.rbs', line 323
def create_date: () -> ::Time
|
#created_by ⇒ ::String
324 |
# File 'sig/client.rbs', line 324
def created_by: () -> ::String
|
#data_catalog_outputs ⇒ ::Array[Types::DataCatalogOutput]
336 |
# File 'sig/client.rbs', line 336
def data_catalog_outputs: () -> ::Array[Types::DataCatalogOutput]
|
#database_outputs ⇒ ::Array[Types::DatabaseOutput]
337 |
# File 'sig/client.rbs', line 337
def database_outputs: () -> ::Array[Types::DatabaseOutput]
|
#dataset_name ⇒ ::String
325 |
# File 'sig/client.rbs', line 325
def dataset_name: () -> ::String
|
#encryption_key_arn ⇒ ::String
326 |
# File 'sig/client.rbs', line 326
def encryption_key_arn: () -> ::String
|
#encryption_mode ⇒ "SSE-KMS", "SSE-S3"
327 |
# File 'sig/client.rbs', line 327
def encryption_mode: () -> ("SSE-KMS" | "SSE-S3")
|
#job_sample ⇒ Types::JobSample
346 |
# File 'sig/client.rbs', line 346
def job_sample: () -> Types::JobSample
|
#last_modified_by ⇒ ::String
330 |
# File 'sig/client.rbs', line 330
def last_modified_by: () -> ::String
|
#last_modified_date ⇒ ::Time
331 |
# File 'sig/client.rbs', line 331
def last_modified_date: () -> ::Time
|
#log_subscription ⇒ "ENABLE", "DISABLE"
332 |
# File 'sig/client.rbs', line 332
def log_subscription: () -> ("ENABLE" | "DISABLE")
|
#max_capacity ⇒ ::Integer
333 |
# File 'sig/client.rbs', line 333
def max_capacity: () -> ::Integer
|
#max_retries ⇒ ::Integer
334 |
# File 'sig/client.rbs', line 334
def max_retries: () -> ::Integer
|
#name ⇒ ::String
328 |
# File 'sig/client.rbs', line 328
def name: () -> ::String
|
#outputs ⇒ ::Array[Types::Output]
335 |
# File 'sig/client.rbs', line 335
def outputs: () -> ::Array[Types::Output]
|
#profile_configuration ⇒ Types::ProfileConfiguration
339 |
# File 'sig/client.rbs', line 339
def profile_configuration: () -> Types::ProfileConfiguration
|
#project_name ⇒ ::String
338 |
# File 'sig/client.rbs', line 338
def project_name: () -> ::String
|
#recipe_reference ⇒ Types::RecipeReference
341 |
# File 'sig/client.rbs', line 341
def recipe_reference: () -> Types::RecipeReference
|
#resource_arn ⇒ ::String
342 |
# File 'sig/client.rbs', line 342
def resource_arn: () -> ::String
|
#role_arn ⇒ ::String
343 |
# File 'sig/client.rbs', line 343
def role_arn: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
344 |
# File 'sig/client.rbs', line 344
def tags: () -> ::Hash[::String, ::String]
|
#timeout ⇒ ::Integer
345 |
# File 'sig/client.rbs', line 345
def timeout: () -> ::Integer
|
#type ⇒ "PROFILE", "RECIPE"
329 |
# File 'sig/client.rbs', line 329
def type: () -> ("PROFILE" | "RECIPE")
|
#validation_configurations ⇒ ::Array[Types::ValidationConfiguration]
340 |
# File 'sig/client.rbs', line 340
def validation_configurations: () -> ::Array[Types::ValidationConfiguration]
|