Class: Aws::Types::CreateJobRequest

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)


1624
1625
1626
# File 'sig/types.rbs', line 1624

def allocated_capacity
  @allocated_capacity
end

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

Returns the value of attribute code_gen_configuration_nodes.

Returns:



1633
1634
1635
# File 'sig/types.rbs', line 1633

def code_gen_configuration_nodes
  @code_gen_configuration_nodes
end

#commandTypes::JobCommand

Returns the value of attribute command.

Returns:



1619
1620
1621
# File 'sig/types.rbs', line 1619

def command
  @command
end

#connectionsTypes::ConnectionsList

Returns the value of attribute connections.



1622
1623
1624
# File 'sig/types.rbs', line 1622

def connections
  @connections
end

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

Returns the value of attribute default_arguments.

Returns:

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


1620
1621
1622
# File 'sig/types.rbs', line 1620

def default_arguments
  @default_arguments
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1615
1616
1617
# File 'sig/types.rbs', line 1615

def description
  @description
end

#execution_class"FLEX", "STANDARD"

Returns the value of attribute execution_class.

Returns:

  • ("FLEX", "STANDARD")


1634
1635
1636
# File 'sig/types.rbs', line 1634

def execution_class
  @execution_class
end

#execution_propertyTypes::ExecutionProperty

Returns the value of attribute execution_property.



1618
1619
1620
# File 'sig/types.rbs', line 1618

def execution_property
  @execution_property
end

#glue_version::String

Returns the value of attribute glue_version.

Returns:

  • (::String)


1630
1631
1632
# File 'sig/types.rbs', line 1630

def glue_version
  @glue_version
end

#job_mode"SCRIPT", ...

Returns the value of attribute job_mode.

Returns:

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


1613
1614
1615
# File 'sig/types.rbs', line 1613

def job_mode
  @job_mode
end

#job_run_queuing_enabledBoolean

Returns the value of attribute job_run_queuing_enabled.

Returns:

  • (Boolean)


1614
1615
1616
# File 'sig/types.rbs', line 1614

def job_run_queuing_enabled
  @job_run_queuing_enabled
end

#log_uri::String

Returns the value of attribute log_uri.

Returns:

  • (::String)


1616
1617
1618
# File 'sig/types.rbs', line 1616

def log_uri
  @log_uri
end

#maintenance_window::String

Returns the value of attribute maintenance_window.

Returns:

  • (::String)


1636
1637
1638
# File 'sig/types.rbs', line 1636

def maintenance_window
  @maintenance_window
end

#max_capacity::Float

Returns the value of attribute max_capacity.

Returns:

  • (::Float)


1626
1627
1628
# File 'sig/types.rbs', line 1626

def max_capacity
  @max_capacity
end

#max_retries::Integer

Returns the value of attribute max_retries.

Returns:

  • (::Integer)


1623
1624
1625
# File 'sig/types.rbs', line 1623

def max_retries
  @max_retries
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1612
1613
1614
# File 'sig/types.rbs', line 1612

def name
  @name
end

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

Returns the value of attribute non_overridable_arguments.

Returns:

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


1621
1622
1623
# File 'sig/types.rbs', line 1621

def non_overridable_arguments
  @non_overridable_arguments
end

#notification_propertyTypes::NotificationProperty

Returns the value of attribute notification_property.



1629
1630
1631
# File 'sig/types.rbs', line 1629

def notification_property
  @notification_property
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


1631
1632
1633
# File 'sig/types.rbs', line 1631

def number_of_workers
  @number_of_workers
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


1617
1618
1619
# File 'sig/types.rbs', line 1617

def role
  @role
end

#security_configuration::String

Returns the value of attribute security_configuration.

Returns:

  • (::String)


1627
1628
1629
# File 'sig/types.rbs', line 1627

def security_configuration
  @security_configuration
end

#source_control_detailsTypes::SourceControlDetails

Returns the value of attribute source_control_details.



1635
1636
1637
# File 'sig/types.rbs', line 1635

def source_control_details
  @source_control_details
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


1628
1629
1630
# File 'sig/types.rbs', line 1628

def tags
  @tags
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


1625
1626
1627
# File 'sig/types.rbs', line 1625

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


1632
1633
1634
# File 'sig/types.rbs', line 1632

def worker_type
  @worker_type
end