Class: Aws::Types::StartJobRunRequest

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)


7251
7252
7253
# File 'sig/types.rbs', line 7251

def allocated_capacity
  @allocated_capacity
end

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

Returns the value of attribute arguments.

Returns:

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


7250
7251
7252
# File 'sig/types.rbs', line 7250

def arguments
  @arguments
end

#execution_class"FLEX", "STANDARD"

Returns the value of attribute execution_class.

Returns:

  • ("FLEX", "STANDARD")


7258
7259
7260
# File 'sig/types.rbs', line 7258

def execution_class
  @execution_class
end

#execution_role_session_policy::String

Returns the value of attribute execution_role_session_policy.

Returns:

  • (::String)


7259
7260
7261
# File 'sig/types.rbs', line 7259

def execution_role_session_policy
  @execution_role_session_policy
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


7247
7248
7249
# File 'sig/types.rbs', line 7247

def job_name
  @job_name
end

#job_run_id::String

Returns the value of attribute job_run_id.

Returns:

  • (::String)


7249
7250
7251
# File 'sig/types.rbs', line 7249

def job_run_id
  @job_run_id
end

#job_run_queuing_enabledBoolean

Returns the value of attribute job_run_queuing_enabled.

Returns:

  • (Boolean)


7248
7249
7250
# File 'sig/types.rbs', line 7248

def job_run_queuing_enabled
  @job_run_queuing_enabled
end

#max_capacity::Float

Returns the value of attribute max_capacity.

Returns:

  • (::Float)


7253
7254
7255
# File 'sig/types.rbs', line 7253

def max_capacity
  @max_capacity
end

#notification_propertyTypes::NotificationProperty

Returns the value of attribute notification_property.



7255
7256
7257
# File 'sig/types.rbs', line 7255

def notification_property
  @notification_property
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


7257
7258
7259
# File 'sig/types.rbs', line 7257

def number_of_workers
  @number_of_workers
end

#security_configuration::String

Returns the value of attribute security_configuration.

Returns:

  • (::String)


7254
7255
7256
# File 'sig/types.rbs', line 7254

def security_configuration
  @security_configuration
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


7252
7253
7254
# File 'sig/types.rbs', line 7252

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


7256
7257
7258
# File 'sig/types.rbs', line 7256

def worker_type
  @worker_type
end