Class: Aws::Types::JobUpdate
- Inherits:
-
Object
- Object
- Aws::Types::JobUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_capacity ⇒ ::Integer
Returns the value of attribute allocated_capacity.
-
#code_gen_configuration_nodes ⇒ ::Hash[::String, Types::CodeGenConfigurationNode]
Returns the value of attribute code_gen_configuration_nodes.
-
#command ⇒ Types::JobCommand
Returns the value of attribute command.
-
#connections ⇒ Types::ConnectionsList
Returns the value of attribute connections.
-
#default_arguments ⇒ ::Hash[::String, ::String]
Returns the value of attribute default_arguments.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#execution_class ⇒ "FLEX", "STANDARD"
Returns the value of attribute execution_class.
-
#execution_property ⇒ Types::ExecutionProperty
Returns the value of attribute execution_property.
-
#glue_version ⇒ ::String
Returns the value of attribute glue_version.
-
#job_mode ⇒ "SCRIPT", ...
Returns the value of attribute job_mode.
-
#job_run_queuing_enabled ⇒ Boolean
Returns the value of attribute job_run_queuing_enabled.
-
#log_uri ⇒ ::String
Returns the value of attribute log_uri.
-
#maintenance_window ⇒ ::String
Returns the value of attribute maintenance_window.
-
#max_capacity ⇒ ::Float
Returns the value of attribute max_capacity.
-
#max_retries ⇒ ::Integer
Returns the value of attribute max_retries.
-
#non_overridable_arguments ⇒ ::Hash[::String, ::String]
Returns the value of attribute non_overridable_arguments.
-
#notification_property ⇒ Types::NotificationProperty
Returns the value of attribute notification_property.
-
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
-
#source_control_details ⇒ Types::SourceControlDetails
Returns the value of attribute source_control_details.
-
#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.
4970 4971 4972 |
# File 'sig/types.rbs', line 4970 def allocated_capacity @allocated_capacity end |
#code_gen_configuration_nodes ⇒ ::Hash[::String, Types::CodeGenConfigurationNode]
Returns the value of attribute code_gen_configuration_nodes.
4978 4979 4980 |
# File 'sig/types.rbs', line 4978 def code_gen_configuration_nodes @code_gen_configuration_nodes end |
#command ⇒ Types::JobCommand
Returns the value of attribute command.
4965 4966 4967 |
# File 'sig/types.rbs', line 4965 def command @command end |
#connections ⇒ Types::ConnectionsList
Returns the value of attribute connections.
4968 4969 4970 |
# File 'sig/types.rbs', line 4968 def connections @connections end |
#default_arguments ⇒ ::Hash[::String, ::String]
Returns the value of attribute default_arguments.
4966 4967 4968 |
# File 'sig/types.rbs', line 4966 def default_arguments @default_arguments end |
#description ⇒ ::String
Returns the value of attribute description.
4961 4962 4963 |
# File 'sig/types.rbs', line 4961 def description @description end |
#execution_class ⇒ "FLEX", "STANDARD"
Returns the value of attribute execution_class.
4979 4980 4981 |
# File 'sig/types.rbs', line 4979 def execution_class @execution_class end |
#execution_property ⇒ Types::ExecutionProperty
Returns the value of attribute execution_property.
4964 4965 4966 |
# File 'sig/types.rbs', line 4964 def execution_property @execution_property end |
#glue_version ⇒ ::String
Returns the value of attribute glue_version.
4977 4978 4979 |
# File 'sig/types.rbs', line 4977 def glue_version @glue_version end |
#job_mode ⇒ "SCRIPT", ...
Returns the value of attribute job_mode.
4959 4960 4961 |
# File 'sig/types.rbs', line 4959 def job_mode @job_mode end |
#job_run_queuing_enabled ⇒ Boolean
Returns the value of attribute job_run_queuing_enabled.
4960 4961 4962 |
# File 'sig/types.rbs', line 4960 def job_run_queuing_enabled @job_run_queuing_enabled end |
#log_uri ⇒ ::String
Returns the value of attribute log_uri.
4962 4963 4964 |
# File 'sig/types.rbs', line 4962 def log_uri @log_uri end |
#maintenance_window ⇒ ::String
Returns the value of attribute maintenance_window.
4981 4982 4983 |
# File 'sig/types.rbs', line 4981 def maintenance_window @maintenance_window end |
#max_capacity ⇒ ::Float
Returns the value of attribute max_capacity.
4972 4973 4974 |
# File 'sig/types.rbs', line 4972 def max_capacity @max_capacity end |
#max_retries ⇒ ::Integer
Returns the value of attribute max_retries.
4969 4970 4971 |
# File 'sig/types.rbs', line 4969 def max_retries @max_retries end |
#non_overridable_arguments ⇒ ::Hash[::String, ::String]
Returns the value of attribute non_overridable_arguments.
4967 4968 4969 |
# File 'sig/types.rbs', line 4967 def non_overridable_arguments @non_overridable_arguments end |
#notification_property ⇒ Types::NotificationProperty
Returns the value of attribute notification_property.
4976 4977 4978 |
# File 'sig/types.rbs', line 4976 def notification_property @notification_property end |
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
4974 4975 4976 |
# File 'sig/types.rbs', line 4974 def number_of_workers @number_of_workers end |
#role ⇒ ::String
Returns the value of attribute role.
4963 4964 4965 |
# File 'sig/types.rbs', line 4963 def role @role end |
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
4975 4976 4977 |
# File 'sig/types.rbs', line 4975 def security_configuration @security_configuration end |
#source_control_details ⇒ Types::SourceControlDetails
Returns the value of attribute source_control_details.
4980 4981 4982 |
# File 'sig/types.rbs', line 4980 def source_control_details @source_control_details end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
4971 4972 4973 |
# File 'sig/types.rbs', line 4971 def timeout @timeout end |
#worker_type ⇒ "Standard", ...
Returns the value of attribute worker_type.
4973 4974 4975 |
# File 'sig/types.rbs', line 4973 def worker_type @worker_type end |