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)


4878
4879
4880
# File 'sig/types.rbs', line 4878

def allocated_capacity
  @allocated_capacity
end

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

Returns the value of attribute code_gen_configuration_nodes.

Returns:



4886
4887
4888
# File 'sig/types.rbs', line 4886

def code_gen_configuration_nodes
  @code_gen_configuration_nodes
end

#commandTypes::JobCommand

Returns the value of attribute command.

Returns:



4873
4874
4875
# File 'sig/types.rbs', line 4873

def command
  @command
end

#connectionsTypes::ConnectionsList

Returns the value of attribute connections.



4876
4877
4878
# File 'sig/types.rbs', line 4876

def connections
  @connections
end

#created_on::Time

Returns the value of attribute created_on.

Returns:

  • (::Time)


4870
4871
4872
# File 'sig/types.rbs', line 4870

def created_on
  @created_on
end

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

Returns the value of attribute default_arguments.

Returns:

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


4874
4875
4876
# File 'sig/types.rbs', line 4874

def default_arguments
  @default_arguments
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4867
4868
4869
# File 'sig/types.rbs', line 4867

def description
  @description
end

#execution_class"FLEX", "STANDARD"

Returns the value of attribute execution_class.

Returns:

  • ("FLEX", "STANDARD")


4887
4888
4889
# File 'sig/types.rbs', line 4887

def execution_class
  @execution_class
end

#execution_propertyTypes::ExecutionProperty

Returns the value of attribute execution_property.



4872
4873
4874
# File 'sig/types.rbs', line 4872

def execution_property
  @execution_property
end

#glue_version::String

Returns the value of attribute glue_version.

Returns:

  • (::String)


4885
4886
4887
# File 'sig/types.rbs', line 4885

def glue_version
  @glue_version
end

#job_mode"SCRIPT", ...

Returns the value of attribute job_mode.

Returns:

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


4865
4866
4867
# File 'sig/types.rbs', line 4865

def job_mode
  @job_mode
end

#job_run_queuing_enabledBoolean

Returns the value of attribute job_run_queuing_enabled.

Returns:

  • (Boolean)


4866
4867
4868
# File 'sig/types.rbs', line 4866

def job_run_queuing_enabled
  @job_run_queuing_enabled
end

#last_modified_on::Time

Returns the value of attribute last_modified_on.

Returns:

  • (::Time)


4871
4872
4873
# File 'sig/types.rbs', line 4871

def last_modified_on
  @last_modified_on
end

#log_uri::String

Returns the value of attribute log_uri.

Returns:

  • (::String)


4868
4869
4870
# File 'sig/types.rbs', line 4868

def log_uri
  @log_uri
end

#maintenance_window::String

Returns the value of attribute maintenance_window.

Returns:

  • (::String)


4889
4890
4891
# File 'sig/types.rbs', line 4889

def maintenance_window
  @maintenance_window
end

#max_capacity::Float

Returns the value of attribute max_capacity.

Returns:

  • (::Float)


4880
4881
4882
# File 'sig/types.rbs', line 4880

def max_capacity
  @max_capacity
end

#max_retries::Integer

Returns the value of attribute max_retries.

Returns:

  • (::Integer)


4877
4878
4879
# File 'sig/types.rbs', line 4877

def max_retries
  @max_retries
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4864
4865
4866
# File 'sig/types.rbs', line 4864

def name
  @name
end

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

Returns the value of attribute non_overridable_arguments.

Returns:

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


4875
4876
4877
# File 'sig/types.rbs', line 4875

def non_overridable_arguments
  @non_overridable_arguments
end

#notification_propertyTypes::NotificationProperty

Returns the value of attribute notification_property.



4884
4885
4886
# File 'sig/types.rbs', line 4884

def notification_property
  @notification_property
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


4882
4883
4884
# File 'sig/types.rbs', line 4882

def number_of_workers
  @number_of_workers
end

#profile_name::String

Returns the value of attribute profile_name.

Returns:

  • (::String)


4890
4891
4892
# File 'sig/types.rbs', line 4890

def profile_name
  @profile_name
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


4869
4870
4871
# File 'sig/types.rbs', line 4869

def role
  @role
end

#security_configuration::String

Returns the value of attribute security_configuration.

Returns:

  • (::String)


4883
4884
4885
# File 'sig/types.rbs', line 4883

def security_configuration
  @security_configuration
end

#source_control_detailsTypes::SourceControlDetails

Returns the value of attribute source_control_details.



4888
4889
4890
# File 'sig/types.rbs', line 4888

def source_control_details
  @source_control_details
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


4879
4880
4881
# File 'sig/types.rbs', line 4879

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


4881
4882
4883
# File 'sig/types.rbs', line 4881

def worker_type
  @worker_type
end