Class: Aws::Types::DescribeJobRunResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attempt ⇒ ::Integer

Returns the value of attribute attempt.

Returns:

  • (::Integer)


380
381
382
# File 'sig/types.rbs', line 380

def attempt
  @attempt
end

#completed_on ⇒ ::Time

Returns the value of attribute completed_on.

Returns:

  • (::Time)


381
382
383
# File 'sig/types.rbs', line 381

def completed_on
  @completed_on
end

#data_catalog_outputs ⇒ ::Array[Types::DataCatalogOutput]

Returns the value of attribute data_catalog_outputs.

Returns:



393
394
395
# File 'sig/types.rbs', line 393

def data_catalog_outputs
  @data_catalog_outputs
end

#database_outputs ⇒ ::Array[Types::DatabaseOutput]

Returns the value of attribute database_outputs.

Returns:



394
395
396
# File 'sig/types.rbs', line 394

def database_outputs
  @database_outputs
end

#dataset_name ⇒ ::String

Returns the value of attribute dataset_name.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def dataset_name
  @dataset_name
end

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def error_message
  @error_message
end

#execution_time ⇒ ::Integer

Returns the value of attribute execution_time.

Returns:

  • (::Integer)


384
385
386
# File 'sig/types.rbs', line 384

def execution_time
  @execution_time
end

#job_name ⇒ ::String

Returns the value of attribute job_name.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def job_name
  @job_name
end

#job_sample ⇒ Types::JobSample

Returns the value of attribute job_sample.

Returns:



398
399
400
# File 'sig/types.rbs', line 398

def job_sample
  @job_sample
end

#log_group_name ⇒ ::String

Returns the value of attribute log_group_name.

Returns:

  • (::String)


391
392
393
# File 'sig/types.rbs', line 391

def log_group_name
  @log_group_name
end

#log_subscription ⇒ "ENABLE", "DISABLE"

Returns the value of attribute log_subscription.

Returns:

  • ("ENABLE", "DISABLE")


390
391
392
# File 'sig/types.rbs', line 390

def log_subscription
  @log_subscription
end

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

Returns the value of attribute outputs.

Returns:



392
393
394
# File 'sig/types.rbs', line 392

def outputs
  @outputs
end

#profile_configuration ⇒ Types::ProfileConfiguration

Returns the value of attribute profile_configuration.



386
387
388
# File 'sig/types.rbs', line 386

def profile_configuration
  @profile_configuration
end

#recipe_reference ⇒ Types::RecipeReference

Returns the value of attribute recipe_reference.



395
396
397
# File 'sig/types.rbs', line 395

def recipe_reference
  @recipe_reference
end

#run_id ⇒ ::String

Returns the value of attribute run_id.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def run_id
  @run_id
end

#started_by ⇒ ::String

Returns the value of attribute started_by.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def started_by
  @started_by
end

#started_on ⇒ ::Time

Returns the value of attribute started_on.

Returns:

  • (::Time)


397
398
399
# File 'sig/types.rbs', line 397

def started_on
  @started_on
end

#state ⇒ "STARTING", ...

Returns the value of attribute state.

Returns:

  • ("STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT")


389
390
391
# File 'sig/types.rbs', line 389

def state
  @state
end

#validation_configurations ⇒ ::Array[Types::ValidationConfiguration]

Returns the value of attribute validation_configurations.

Returns:



387
388
389
# File 'sig/types.rbs', line 387

def validation_configurations
  @validation_configurations
end