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.

Returns:



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

def acceleration_settings
  @acceleration_settings
end

#acceleration_status"NOT_APPLICABLE", ...

Returns the value of attribute acceleration_status.

Returns:



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

def acceleration_status
  @acceleration_status
end

#arn::String

Returns the value of attribute arn.

Returns:



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

def arn
  @arn
end

#billing_tags_source"QUEUE", ...

Returns the value of attribute billing_tags_source.

Returns:



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

def billing_tags_source
  @billing_tags_source
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:



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

def client_request_token
  @client_request_token
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



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

def created_at
  @created_at
end

#current_phase"PROBING", ...

Returns the value of attribute current_phase.

Returns:



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

def current_phase
  @current_phase
end

#elemental_inference_configurationTypes::ElementalInferenceConfiguration

Returns the value of attribute elemental_inference_configuration.

Returns:



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

def elemental_inference_configuration
  @elemental_inference_configuration
end

#error_code::Integer

Returns the value of attribute error_code.

Returns:



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

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:



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

def error_message
  @error_message
end

#hop_destinations::Array[Types::HopDestination]

Returns the value of attribute hop_destinations.

Returns:



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

def hop_destinations
  @hop_destinations
end

#id::String

Returns the value of attribute id.

Returns:



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

def id
  @id
end

#job_engine_version_requested::String

Returns the value of attribute job_engine_version_requested.

Returns:



1497
1498
1499
# File 'sig/types.rbs', line 1497

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:



1498
1499
1500
# File 'sig/types.rbs', line 1498

def job_engine_version_used
  @job_engine_version_used
end

#job_percent_complete::Integer

Returns the value of attribute job_percent_complete.

Returns:



1499
1500
1501
# File 'sig/types.rbs', line 1499

def job_percent_complete
  @job_percent_complete
end

#job_template::String

Returns the value of attribute job_template.

Returns:



1500
1501
1502
# File 'sig/types.rbs', line 1500

def job_template
  @job_template
end

#last_share_details::String

Returns the value of attribute last_share_details.

Returns:



1501
1502
1503
# File 'sig/types.rbs', line 1501

def last_share_details
  @last_share_details
end

#messagesTypes::JobMessages

Returns the value of attribute messages.

Returns:



1502
1503
1504
# File 'sig/types.rbs', line 1502

def messages
  @messages
end

#output_group_details::Array[Types::OutputGroupDetail]

Returns the value of attribute output_group_details.

Returns:



1503
1504
1505
# File 'sig/types.rbs', line 1503

def output_group_details
  @output_group_details
end

#priority::Integer

Returns the value of attribute priority.

Returns:



1504
1505
1506
# File 'sig/types.rbs', line 1504

def priority
  @priority
end

#queue::String

Returns the value of attribute queue.

Returns:



1505
1506
1507
# File 'sig/types.rbs', line 1505

def queue
  @queue
end

#queue_transitions::Array[Types::QueueTransition]

Returns the value of attribute queue_transitions.

Returns:



1506
1507
1508
# File 'sig/types.rbs', line 1506

def queue_transitions
  @queue_transitions
end

#retry_count::Integer

Returns the value of attribute retry_count.

Returns:



1507
1508
1509
# File 'sig/types.rbs', line 1507

def retry_count
  @retry_count
end

#role::String

Returns the value of attribute role.

Returns:



1508
1509
1510
# File 'sig/types.rbs', line 1508

def role
  @role
end

#settingsTypes::JobSettings

Returns the value of attribute settings.

Returns:



1509
1510
1511
# File 'sig/types.rbs', line 1509

def settings
  @settings
end

#share_status"NOT_SHARED", ...

Returns the value of attribute share_status.

Returns:



1510
1511
1512
# File 'sig/types.rbs', line 1510

def share_status
  @share_status
end

#simulate_reserved_queue"DISABLED", "ENABLED"

Returns the value of attribute simulate_reserved_queue.

Returns:



1511
1512
1513
# File 'sig/types.rbs', line 1511

def simulate_reserved_queue
  @simulate_reserved_queue
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:



1512
1513
1514
# File 'sig/types.rbs', line 1512

def status
  @status
end

#status_update_interval"SECONDS_10", ...

Returns the value of attribute status_update_interval.

Returns:



1513
1514
1515
# File 'sig/types.rbs', line 1513

def status_update_interval
  @status_update_interval
end

#timingTypes::Timing

Returns the value of attribute timing.

Returns:



1514
1515
1516
# File 'sig/types.rbs', line 1514

def timing
  @timing
end

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

Returns the value of attribute user_metadata.

Returns:



1515
1516
1517
# File 'sig/types.rbs', line 1515

def 
  @user_metadata
end

#warnings::Array[Types::WarningGroup]

Returns the value of attribute warnings.

Returns:



1516
1517
1518
# File 'sig/types.rbs', line 1516

def warnings
  @warnings
end