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)


4958
4959
4960
# File 'sig/types.rbs', line 4958

def allocated_capacity
  @allocated_capacity
end

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

Returns the value of attribute arguments.

Returns:

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


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

def arguments
  @arguments
end

#attempt::Integer

Returns the value of attribute attempt.

Returns:

  • (::Integer)


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

def attempt
  @attempt
end

#completed_on::Time

Returns the value of attribute completed_on.

Returns:

  • (::Time)


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

def completed_on
  @completed_on
end

#dpu_seconds::Float

Returns the value of attribute dpu_seconds.

Returns:

  • (::Float)


4968
4969
4970
# File 'sig/types.rbs', line 4968

def dpu_seconds
  @dpu_seconds
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


4956
4957
4958
# File 'sig/types.rbs', line 4956

def error_message
  @error_message
end

#execution_class"FLEX", "STANDARD"

Returns the value of attribute execution_class.

Returns:

  • ("FLEX", "STANDARD")


4969
4970
4971
# File 'sig/types.rbs', line 4969

def execution_class
  @execution_class
end

#execution_role_session_policy::String

Returns the value of attribute execution_role_session_policy.

Returns:

  • (::String)


4973
4974
4975
# File 'sig/types.rbs', line 4973

def execution_role_session_policy
  @execution_role_session_policy
end

#execution_time::Integer

Returns the value of attribute execution_time.

Returns:

  • (::Integer)


4959
4960
4961
# File 'sig/types.rbs', line 4959

def execution_time
  @execution_time
end

#glue_version::String

Returns the value of attribute glue_version.

Returns:

  • (::String)


4967
4968
4969
# File 'sig/types.rbs', line 4967

def glue_version
  @glue_version
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#job_mode"SCRIPT", ...

Returns the value of attribute job_mode.

Returns:

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


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

def job_mode
  @job_mode
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


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

def job_name
  @job_name
end

#job_run_queuing_enabledBoolean

Returns the value of attribute job_run_queuing_enabled.

Returns:

  • (Boolean)


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

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")


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

def job_run_state
  @job_run_state
end

#last_modified_on::Time

Returns the value of attribute last_modified_on.

Returns:

  • (::Time)


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

def last_modified_on
  @last_modified_on
end

#log_group_name::String

Returns the value of attribute log_group_name.

Returns:

  • (::String)


4965
4966
4967
# File 'sig/types.rbs', line 4965

def log_group_name
  @log_group_name
end

#maintenance_window::String

Returns the value of attribute maintenance_window.

Returns:

  • (::String)


4970
4971
4972
# File 'sig/types.rbs', line 4970

def maintenance_window
  @maintenance_window
end

#max_capacity::Float

Returns the value of attribute max_capacity.

Returns:

  • (::Float)


4961
4962
4963
# File 'sig/types.rbs', line 4961

def max_capacity
  @max_capacity
end

#notification_propertyTypes::NotificationProperty

Returns the value of attribute notification_property.



4966
4967
4968
# File 'sig/types.rbs', line 4966

def notification_property
  @notification_property
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


4963
4964
4965
# File 'sig/types.rbs', line 4963

def number_of_workers
  @number_of_workers
end

#predecessor_runs::Array[Types::Predecessor]

Returns the value of attribute predecessor_runs.

Returns:



4957
4958
4959
# File 'sig/types.rbs', line 4957

def predecessor_runs
  @predecessor_runs
end

#previous_run_id::String

Returns the value of attribute previous_run_id.

Returns:

  • (::String)


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

def previous_run_id
  @previous_run_id
end

#profile_name::String

Returns the value of attribute profile_name.

Returns:

  • (::String)


4971
4972
4973
# File 'sig/types.rbs', line 4971

def profile_name
  @profile_name
end

#security_configuration::String

Returns the value of attribute security_configuration.

Returns:

  • (::String)


4964
4965
4966
# File 'sig/types.rbs', line 4964

def security_configuration
  @security_configuration
end

#started_on::Time

Returns the value of attribute started_on.

Returns:

  • (::Time)


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

def started_on
  @started_on
end

#state_detail::String

Returns the value of attribute state_detail.

Returns:

  • (::String)


4972
4973
4974
# File 'sig/types.rbs', line 4972

def state_detail
  @state_detail
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


4960
4961
4962
# File 'sig/types.rbs', line 4960

def timeout
  @timeout
end

#trigger_name::String

Returns the value of attribute trigger_name.

Returns:

  • (::String)


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

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")


4962
4963
4964
# File 'sig/types.rbs', line 4962

def worker_type
  @worker_type
end