Class: Aws::Types::JobRun

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_capacity::Integer

Returns the value of attribute allocated_capacity.

Returns:

  • (::Integer)


4939
4940
4941
# File 'sig/types.rbs', line 4939

def allocated_capacity
  @allocated_capacity
end

#arguments::Hash[::String, ::String]

Returns the value of attribute arguments.

Returns:

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


4936
4937
4938
# File 'sig/types.rbs', line 4936

def arguments
  @arguments
end

#attempt::Integer

Returns the value of attribute attempt.

Returns:

  • (::Integer)


4926
4927
4928
# File 'sig/types.rbs', line 4926

def attempt
  @attempt
end

#completed_on::Time

Returns the value of attribute completed_on.

Returns:

  • (::Time)


4934
4935
4936
# File 'sig/types.rbs', line 4934

def completed_on
  @completed_on
end

#dpu_seconds::Float

Returns the value of attribute dpu_seconds.

Returns:

  • (::Float)


4949
4950
4951
# File 'sig/types.rbs', line 4949

def dpu_seconds
  @dpu_seconds
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


4937
4938
4939
# File 'sig/types.rbs', line 4937

def error_message
  @error_message
end

#execution_class"FLEX", "STANDARD"

Returns the value of attribute execution_class.

Returns:

  • ("FLEX", "STANDARD")


4950
4951
4952
# File 'sig/types.rbs', line 4950

def execution_class
  @execution_class
end

#execution_role_session_policy::String

Returns the value of attribute execution_role_session_policy.

Returns:

  • (::String)


4954
4955
4956
# File 'sig/types.rbs', line 4954

def execution_role_session_policy
  @execution_role_session_policy
end

#execution_time::Integer

Returns the value of attribute execution_time.

Returns:

  • (::Integer)


4940
4941
4942
# File 'sig/types.rbs', line 4940

def execution_time
  @execution_time
end

#glue_version::String

Returns the value of attribute glue_version.

Returns:

  • (::String)


4948
4949
4950
# File 'sig/types.rbs', line 4948

def glue_version
  @glue_version
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4925
4926
4927
# File 'sig/types.rbs', line 4925

def id
  @id
end

#job_mode"SCRIPT", ...

Returns the value of attribute job_mode.

Returns:

  • ("SCRIPT", "VISUAL", "NOTEBOOK")


4930
4931
4932
# File 'sig/types.rbs', line 4930

def job_mode
  @job_mode
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


4929
4930
4931
# File 'sig/types.rbs', line 4929

def job_name
  @job_name
end

#job_run_queuing_enabledBoolean

Returns the value of attribute job_run_queuing_enabled.

Returns:

  • (Boolean)


4931
4932
4933
# File 'sig/types.rbs', line 4931

def job_run_queuing_enabled
  @job_run_queuing_enabled
end

#job_run_state"STARTING", ...

Returns the value of attribute job_run_state.

Returns:

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


4935
4936
4937
# File 'sig/types.rbs', line 4935

def job_run_state
  @job_run_state
end

#last_modified_on::Time

Returns the value of attribute last_modified_on.

Returns:

  • (::Time)


4933
4934
4935
# File 'sig/types.rbs', line 4933

def last_modified_on
  @last_modified_on
end

#log_group_name::String

Returns the value of attribute log_group_name.

Returns:

  • (::String)


4946
4947
4948
# File 'sig/types.rbs', line 4946

def log_group_name
  @log_group_name
end

#maintenance_window::String

Returns the value of attribute maintenance_window.

Returns:

  • (::String)


4951
4952
4953
# File 'sig/types.rbs', line 4951

def maintenance_window
  @maintenance_window
end

#max_capacity::Float

Returns the value of attribute max_capacity.

Returns:

  • (::Float)


4942
4943
4944
# File 'sig/types.rbs', line 4942

def max_capacity
  @max_capacity
end

#notification_propertyTypes::NotificationProperty

Returns the value of attribute notification_property.



4947
4948
4949
# File 'sig/types.rbs', line 4947

def notification_property
  @notification_property
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


4944
4945
4946
# File 'sig/types.rbs', line 4944

def number_of_workers
  @number_of_workers
end

#predecessor_runs::Array[Types::Predecessor]

Returns the value of attribute predecessor_runs.

Returns:



4938
4939
4940
# File 'sig/types.rbs', line 4938

def predecessor_runs
  @predecessor_runs
end

#previous_run_id::String

Returns the value of attribute previous_run_id.

Returns:

  • (::String)


4927
4928
4929
# File 'sig/types.rbs', line 4927

def previous_run_id
  @previous_run_id
end

#profile_name::String

Returns the value of attribute profile_name.

Returns:

  • (::String)


4952
4953
4954
# File 'sig/types.rbs', line 4952

def profile_name
  @profile_name
end

#security_configuration::String

Returns the value of attribute security_configuration.

Returns:

  • (::String)


4945
4946
4947
# File 'sig/types.rbs', line 4945

def security_configuration
  @security_configuration
end

#started_on::Time

Returns the value of attribute started_on.

Returns:

  • (::Time)


4932
4933
4934
# File 'sig/types.rbs', line 4932

def started_on
  @started_on
end

#state_detail::String

Returns the value of attribute state_detail.

Returns:

  • (::String)


4953
4954
4955
# File 'sig/types.rbs', line 4953

def state_detail
  @state_detail
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


4941
4942
4943
# File 'sig/types.rbs', line 4941

def timeout
  @timeout
end

#trigger_name::String

Returns the value of attribute trigger_name.

Returns:

  • (::String)


4928
4929
4930
# File 'sig/types.rbs', line 4928

def trigger_name
  @trigger_name
end

#worker_type"Standard", ...

Returns the value of attribute worker_type.

Returns:

  • ("Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X", "Z.2X")


4943
4944
4945
# File 'sig/types.rbs', line 4943

def worker_type
  @worker_type
end