Class: Aws::Types::Job

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acceleration_settingsTypes::AccelerationSettings

Returns the value of attribute acceleration_settings.



1464
1465
1466
# File 'sig/types.rbs', line 1464

def acceleration_settings
  @acceleration_settings
end

#acceleration_status"NOT_APPLICABLE", ...

Returns the value of attribute acceleration_status.

Returns:

  • ("NOT_APPLICABLE", "IN_PROGRESS", "ACCELERATED", "NOT_ACCELERATED")


1465
1466
1467
# File 'sig/types.rbs', line 1465

def acceleration_status
  @acceleration_status
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1466
1467
1468
# File 'sig/types.rbs', line 1466

def arn
  @arn
end

#billing_tags_source"QUEUE", ...

Returns the value of attribute billing_tags_source.

Returns:

  • ("QUEUE", "PRESET", "JOB_TEMPLATE", "JOB")


1467
1468
1469
# File 'sig/types.rbs', line 1467

def billing_tags_source
  @billing_tags_source
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1468
1469
1470
# File 'sig/types.rbs', line 1468

def client_request_token
  @client_request_token
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1469
1470
1471
# File 'sig/types.rbs', line 1469

def created_at
  @created_at
end

#current_phase"PROBING", ...

Returns the value of attribute current_phase.

Returns:

  • ("PROBING", "TRANSCODING", "UPLOADING")


1470
1471
1472
# File 'sig/types.rbs', line 1470

def current_phase
  @current_phase
end

#elemental_inference_configurationTypes::ElementalInferenceConfiguration

Returns the value of attribute elemental_inference_configuration.



1471
1472
1473
# File 'sig/types.rbs', line 1471

def elemental_inference_configuration
  @elemental_inference_configuration
end

#error_code::Integer

Returns the value of attribute error_code.

Returns:

  • (::Integer)


1472
1473
1474
# File 'sig/types.rbs', line 1472

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1473
1474
1475
# File 'sig/types.rbs', line 1473

def error_message
  @error_message
end

#hop_destinations::Array[Types::HopDestination]

Returns the value of attribute hop_destinations.

Returns:



1474
1475
1476
# File 'sig/types.rbs', line 1474

def hop_destinations
  @hop_destinations
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1475
1476
1477
# File 'sig/types.rbs', line 1475

def id
  @id
end

#job_engine_version_requested::String

Returns the value of attribute job_engine_version_requested.

Returns:

  • (::String)


1476
1477
1478
# File 'sig/types.rbs', line 1476

def job_engine_version_requested
  @job_engine_version_requested
end

#job_engine_version_used::String

Returns the value of attribute job_engine_version_used.

Returns:

  • (::String)


1477
1478
1479
# File 'sig/types.rbs', line 1477

def job_engine_version_used
  @job_engine_version_used
end

#job_percent_complete::Integer

Returns the value of attribute job_percent_complete.

Returns:

  • (::Integer)


1478
1479
1480
# File 'sig/types.rbs', line 1478

def job_percent_complete
  @job_percent_complete
end

#job_template::String

Returns the value of attribute job_template.

Returns:

  • (::String)


1479
1480
1481
# File 'sig/types.rbs', line 1479

def job_template
  @job_template
end

#last_share_details::String

Returns the value of attribute last_share_details.

Returns:

  • (::String)


1480
1481
1482
# File 'sig/types.rbs', line 1480

def last_share_details
  @last_share_details
end

#messagesTypes::JobMessages

Returns the value of attribute messages.

Returns:



1481
1482
1483
# File 'sig/types.rbs', line 1481

def messages
  @messages
end

#output_group_details::Array[Types::OutputGroupDetail]

Returns the value of attribute output_group_details.

Returns:



1482
1483
1484
# File 'sig/types.rbs', line 1482

def output_group_details
  @output_group_details
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1483
1484
1485
# File 'sig/types.rbs', line 1483

def priority
  @priority
end

#queue::String

Returns the value of attribute queue.

Returns:

  • (::String)


1484
1485
1486
# File 'sig/types.rbs', line 1484

def queue
  @queue
end

#queue_transitions::Array[Types::QueueTransition]

Returns the value of attribute queue_transitions.

Returns:



1485
1486
1487
# File 'sig/types.rbs', line 1485

def queue_transitions
  @queue_transitions
end

#retry_count::Integer

Returns the value of attribute retry_count.

Returns:

  • (::Integer)


1486
1487
1488
# File 'sig/types.rbs', line 1486

def retry_count
  @retry_count
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


1487
1488
1489
# File 'sig/types.rbs', line 1487

def role
  @role
end

#settingsTypes::JobSettings

Returns the value of attribute settings.

Returns:



1488
1489
1490
# File 'sig/types.rbs', line 1488

def settings
  @settings
end

#share_status"NOT_SHARED", ...

Returns the value of attribute share_status.

Returns:

  • ("NOT_SHARED", "INITIATED", "SHARED")


1489
1490
1491
# File 'sig/types.rbs', line 1489

def share_status
  @share_status
end

#simulate_reserved_queue"DISABLED", "ENABLED"

Returns the value of attribute simulate_reserved_queue.

Returns:

  • ("DISABLED", "ENABLED")


1490
1491
1492
# File 'sig/types.rbs', line 1490

def simulate_reserved_queue
  @simulate_reserved_queue
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

  • ("SUBMITTED", "PROGRESSING", "COMPLETE", "CANCELED", "ERROR")


1491
1492
1493
# File 'sig/types.rbs', line 1491

def status
  @status
end

#status_update_interval"SECONDS_10", ...

Returns the value of attribute status_update_interval.

Returns:

  • ("SECONDS_10", "SECONDS_12", "SECONDS_15", "SECONDS_20", "SECONDS_30", "SECONDS_60", "SECONDS_120", "SECONDS_180", "SECONDS_240", "SECONDS_300", "SECONDS_360", "SECONDS_420", "SECONDS_480", "SECONDS_540", "SECONDS_600")


1492
1493
1494
# File 'sig/types.rbs', line 1492

def status_update_interval
  @status_update_interval
end

#timingTypes::Timing

Returns the value of attribute timing.

Returns:



1493
1494
1495
# File 'sig/types.rbs', line 1493

def timing
  @timing
end

#user_metadata::Hash[::String, ::String]

Returns the value of attribute user_metadata.

Returns:

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


1494
1495
1496
# File 'sig/types.rbs', line 1494

def 
  @user_metadata
end

#warnings::Array[Types::WarningGroup]

Returns the value of attribute warnings.

Returns:



1495
1496
1497
# File 'sig/types.rbs', line 1495

def warnings
  @warnings
end