Class: Aws::Types::StartJobRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartJobRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_capacity ⇒ ::Integer
Returns the value of attribute allocated_capacity.
-
#arguments ⇒ ::Hash[::String, ::String]
Returns the value of attribute arguments.
-
#execution_class ⇒ "FLEX", "STANDARD"
Returns the value of attribute execution_class.
-
#execution_role_session_policy ⇒ ::String
Returns the value of attribute execution_role_session_policy.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
-
#job_run_queuing_enabled ⇒ Boolean
Returns the value of attribute job_run_queuing_enabled.
-
#max_capacity ⇒ ::Float
Returns the value of attribute max_capacity.
-
#notification_property ⇒ Types::NotificationProperty
Returns the value of attribute notification_property.
-
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
-
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
-
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
-
#worker_type ⇒ "Standard", ...
Returns the value of attribute worker_type.
Instance Attribute Details
#allocated_capacity ⇒ ::Integer
Returns the value of attribute allocated_capacity.
7219 7220 7221 |
# File 'sig/types.rbs', line 7219 def allocated_capacity @allocated_capacity end |
#arguments ⇒ ::Hash[::String, ::String]
Returns the value of attribute arguments.
7218 7219 7220 |
# File 'sig/types.rbs', line 7218 def arguments @arguments end |
#execution_class ⇒ "FLEX", "STANDARD"
Returns the value of attribute execution_class.
7226 7227 7228 |
# File 'sig/types.rbs', line 7226 def execution_class @execution_class end |
#execution_role_session_policy ⇒ ::String
Returns the value of attribute execution_role_session_policy.
7227 7228 7229 |
# File 'sig/types.rbs', line 7227 def execution_role_session_policy @execution_role_session_policy end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
7215 7216 7217 |
# File 'sig/types.rbs', line 7215 def job_name @job_name end |
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
7217 7218 7219 |
# File 'sig/types.rbs', line 7217 def job_run_id @job_run_id end |
#job_run_queuing_enabled ⇒ Boolean
Returns the value of attribute job_run_queuing_enabled.
7216 7217 7218 |
# File 'sig/types.rbs', line 7216 def job_run_queuing_enabled @job_run_queuing_enabled end |
#max_capacity ⇒ ::Float
Returns the value of attribute max_capacity.
7221 7222 7223 |
# File 'sig/types.rbs', line 7221 def max_capacity @max_capacity end |
#notification_property ⇒ Types::NotificationProperty
Returns the value of attribute notification_property.
7223 7224 7225 |
# File 'sig/types.rbs', line 7223 def notification_property @notification_property end |
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
7225 7226 7227 |
# File 'sig/types.rbs', line 7225 def number_of_workers @number_of_workers end |
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
7222 7223 7224 |
# File 'sig/types.rbs', line 7222 def security_configuration @security_configuration end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
7220 7221 7222 |
# File 'sig/types.rbs', line 7220 def timeout @timeout end |
#worker_type ⇒ "Standard", ...
Returns the value of attribute worker_type.
7224 7225 7226 |
# File 'sig/types.rbs', line 7224 def worker_type @worker_type end |