Class: Aws::Types::CreateJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateJobRequest
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
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.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def code_gen_configuration_nodes @code_gen_configuration_nodes end |
#command ⇒ Types::JobCommand
Returns the value of attribute command.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def command @command end |
#connections ⇒ Types::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.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def default_arguments @default_arguments end |
#description ⇒ ::String
Returns the value of attribute description.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def description @description end |
#execution_class ⇒ "FLEX", "STANDARD"
Returns the value of attribute execution_class.
1634 1635 1636 |
# File 'sig/types.rbs', line 1634 def execution_class @execution_class end |
#execution_property ⇒ Types::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.
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.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def job_mode @job_mode end |
#job_run_queuing_enabled ⇒ Boolean
Returns the value of attribute job_run_queuing_enabled.
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.
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.
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.
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.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def max_retries @max_retries end |
#name ⇒ ::String
Returns the value of attribute name.
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.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def non_overridable_arguments @non_overridable_arguments end |
#notification_property ⇒ Types::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.
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.
1617 1618 1619 |
# File 'sig/types.rbs', line 1617 def role @role end |
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def security_configuration @security_configuration end |
#source_control_details ⇒ Types::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.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def @tags end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def timeout @timeout end |
#worker_type ⇒ "Standard", ...
Returns the value of attribute worker_type.
1632 1633 1634 |
# File 'sig/types.rbs', line 1632 def worker_type @worker_type end |