Class: Aws::Types::Job

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:code_gen_configuration_nodes])

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_capacity::Integer

Returns the value of attribute allocated_capacity.

Returns:

  • (::Integer)


4921
4922
4923
# File 'sig/types.rbs', line 4921

def allocated_capacity
  @allocated_capacity
end

#code_gen_configuration_nodes::Hash[::String, Types::CodeGenConfigurationNode]

Returns the value of attribute code_gen_configuration_nodes.

Returns:



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

def code_gen_configuration_nodes
  @code_gen_configuration_nodes
end

#commandTypes::JobCommand

Returns the value of attribute command.

Returns:



4916
4917
4918
# File 'sig/types.rbs', line 4916

def command
  @command
end

#connectionsTypes::ConnectionsList

Returns the value of attribute connections.



4919
4920
4921
# File 'sig/types.rbs', line 4919

def connections
  @connections
end

#created_on::Time

Returns the value of attribute created_on.

Returns:

  • (::Time)


4913
4914
4915
# File 'sig/types.rbs', line 4913

def created_on
  @created_on
end

#default_arguments::Hash[::String, ::String]

Returns the value of attribute default_arguments.

Returns:

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


4917
4918
4919
# File 'sig/types.rbs', line 4917

def default_arguments
  @default_arguments
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4910
4911
4912
# File 'sig/types.rbs', line 4910

def description
  @description
end

#execution_class"FLEX", "STANDARD"

Returns the value of attribute execution_class.

Returns:

  • ("FLEX", "STANDARD")


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

def execution_class
  @execution_class
end

#execution_propertyTypes::ExecutionProperty

Returns the value of attribute execution_property.



4915
4916
4917
# File 'sig/types.rbs', line 4915

def execution_property
  @execution_property
end

#glue_version::String

Returns the value of attribute glue_version.

Returns:

  • (::String)


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

def glue_version
  @glue_version
end

#job_mode"SCRIPT", ...

Returns the value of attribute job_mode.

Returns:

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


4908
4909
4910
# File 'sig/types.rbs', line 4908

def job_mode
  @job_mode
end

#job_run_queuing_enabledBoolean

Returns the value of attribute job_run_queuing_enabled.

Returns:

  • (Boolean)


4909
4910
4911
# File 'sig/types.rbs', line 4909

def job_run_queuing_enabled
  @job_run_queuing_enabled
end

#last_modified_on::Time

Returns the value of attribute last_modified_on.

Returns:

  • (::Time)


4914
4915
4916
# File 'sig/types.rbs', line 4914

def last_modified_on
  @last_modified_on
end

#log_uri::String

Returns the value of attribute log_uri.

Returns:

  • (::String)


4911
4912
4913
# File 'sig/types.rbs', line 4911

def log_uri
  @log_uri
end

#maintenance_window::String

Returns the value of attribute maintenance_window.

Returns:

  • (::String)


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

def maintenance_window
  @maintenance_window
end

#max_capacity::Float

Returns the value of attribute max_capacity.

Returns:

  • (::Float)


4923
4924
4925
# File 'sig/types.rbs', line 4923

def max_capacity
  @max_capacity
end

#max_retries::Integer

Returns the value of attribute max_retries.

Returns:

  • (::Integer)


4920
4921
4922
# File 'sig/types.rbs', line 4920

def max_retries
  @max_retries
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4907
4908
4909
# File 'sig/types.rbs', line 4907

def name
  @name
end

#non_overridable_arguments::Hash[::String, ::String]

Returns the value of attribute non_overridable_arguments.

Returns:

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


4918
4919
4920
# File 'sig/types.rbs', line 4918

def non_overridable_arguments
  @non_overridable_arguments
end

#notification_propertyTypes::NotificationProperty

Returns the value of attribute notification_property.



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

def notification_property
  @notification_property
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


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

def number_of_workers
  @number_of_workers
end

#profile_name::String

Returns the value of attribute profile_name.

Returns:

  • (::String)


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

def profile_name
  @profile_name
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


4912
4913
4914
# File 'sig/types.rbs', line 4912

def role
  @role
end

#security_configuration::String

Returns the value of attribute security_configuration.

Returns:

  • (::String)


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

def security_configuration
  @security_configuration
end

#source_control_detailsTypes::SourceControlDetails

Returns the value of attribute source_control_details.



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

def source_control_details
  @source_control_details
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


4922
4923
4924
# File 'sig/types.rbs', line 4922

def timeout
  @timeout
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")


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

def worker_type
  @worker_type
end