Class: Aws::Types::DescribeJobResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_date ⇒ ::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("SSE-KMS", "SSE-S3")


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • ("ENABLE", "DISABLE")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


357
358
359
# File 'sig/types.rbs', line 357

def max_retries
  @max_retries
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


351
352
353
# File 'sig/types.rbs', line 351

def name
  @name
end

#outputs ⇒ ::Array[Types::Output]

Returns the value of attribute outputs.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


367
368
369
# File 'sig/types.rbs', line 367

def tags
  @tags
end

#timeout ⇒ ::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


368
369
370
# File 'sig/types.rbs', line 368

def timeout
  @timeout
end

#type ⇒ "PROFILE", "RECIPE"

Returns the value of attribute type.

Returns:

  • ("PROFILE", "RECIPE")


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.

Returns:



363
364
365
# File 'sig/types.rbs', line 363

def validation_configurations
  @validation_configurations
end