Class: Aws::Types::JobUpdate

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)


4989
4990
4991
# File 'sig/types.rbs', line 4989

def allocated_capacity
  @allocated_capacity
end

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

Returns the value of attribute code_gen_configuration_nodes.

Returns:



4997
4998
4999
# File 'sig/types.rbs', line 4997

def code_gen_configuration_nodes
  @code_gen_configuration_nodes
end

#commandTypes::JobCommand

Returns the value of attribute command.

Returns:



4984
4985
4986
# File 'sig/types.rbs', line 4984

def command
  @command
end

#connectionsTypes::ConnectionsList

Returns the value of attribute connections.



4987
4988
4989
# File 'sig/types.rbs', line 4987

def connections
  @connections
end

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

Returns the value of attribute default_arguments.

Returns:

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


4985
4986
4987
# File 'sig/types.rbs', line 4985

def default_arguments
  @default_arguments
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4980
4981
4982
# File 'sig/types.rbs', line 4980

def description
  @description
end

#execution_class"FLEX", "STANDARD"

Returns the value of attribute execution_class.

Returns:

  • ("FLEX", "STANDARD")


4998
4999
5000
# File 'sig/types.rbs', line 4998

def execution_class
  @execution_class
end

#execution_propertyTypes::ExecutionProperty

Returns the value of attribute execution_property.



4983
4984
4985
# File 'sig/types.rbs', line 4983

def execution_property
  @execution_property
end

#glue_version::String

Returns the value of attribute glue_version.

Returns:

  • (::String)


4996
4997
4998
# File 'sig/types.rbs', line 4996

def glue_version
  @glue_version
end

#job_mode"SCRIPT", ...

Returns the value of attribute job_mode.

Returns:

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


4978
4979
4980
# File 'sig/types.rbs', line 4978

def job_mode
  @job_mode
end

#job_run_queuing_enabledBoolean

Returns the value of attribute job_run_queuing_enabled.

Returns:

  • (Boolean)


4979
4980
4981
# File 'sig/types.rbs', line 4979

def job_run_queuing_enabled
  @job_run_queuing_enabled
end

#log_uri::String

Returns the value of attribute log_uri.

Returns:

  • (::String)


4981
4982
4983
# File 'sig/types.rbs', line 4981

def log_uri
  @log_uri
end

#maintenance_window::String

Returns the value of attribute maintenance_window.

Returns:

  • (::String)


5000
5001
5002
# File 'sig/types.rbs', line 5000

def maintenance_window
  @maintenance_window
end

#max_capacity::Float

Returns the value of attribute max_capacity.

Returns:

  • (::Float)


4991
4992
4993
# File 'sig/types.rbs', line 4991

def max_capacity
  @max_capacity
end

#max_retries::Integer

Returns the value of attribute max_retries.

Returns:

  • (::Integer)


4988
4989
4990
# File 'sig/types.rbs', line 4988

def max_retries
  @max_retries
end

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

Returns the value of attribute non_overridable_arguments.

Returns:

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


4986
4987
4988
# File 'sig/types.rbs', line 4986

def non_overridable_arguments
  @non_overridable_arguments
end

#notification_propertyTypes::NotificationProperty

Returns the value of attribute notification_property.



4995
4996
4997
# File 'sig/types.rbs', line 4995

def notification_property
  @notification_property
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


4993
4994
4995
# File 'sig/types.rbs', line 4993

def number_of_workers
  @number_of_workers
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


4982
4983
4984
# File 'sig/types.rbs', line 4982

def role
  @role
end

#security_configuration::String

Returns the value of attribute security_configuration.

Returns:

  • (::String)


4994
4995
4996
# File 'sig/types.rbs', line 4994

def security_configuration
  @security_configuration
end

#source_control_detailsTypes::SourceControlDetails

Returns the value of attribute source_control_details.



4999
5000
5001
# File 'sig/types.rbs', line 4999

def source_control_details
  @source_control_details
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


4990
4991
4992
# File 'sig/types.rbs', line 4990

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


4992
4993
4994
# File 'sig/types.rbs', line 4992

def worker_type
  @worker_type
end