Class: Aws::Types::Job
- Inherits:
-
Object
- Object
- Aws::Types::Job
- 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.
-
#created_on ⇒ ::Time
Returns the value of attribute created_on.
-
#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.
-
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
-
#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.
-
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
-
#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.
4897 4898 4899 |
# File 'sig/types.rbs', line 4897 def allocated_capacity @allocated_capacity end |
#code_gen_configuration_nodes ⇒ ::Hash[::String, Types::CodeGenConfigurationNode]
Returns the value of attribute code_gen_configuration_nodes.
4905 4906 4907 |
# File 'sig/types.rbs', line 4905 def code_gen_configuration_nodes @code_gen_configuration_nodes end |
#command ⇒ Types::JobCommand
Returns the value of attribute command.
4892 4893 4894 |
# File 'sig/types.rbs', line 4892 def command @command end |
#connections ⇒ Types::ConnectionsList
Returns the value of attribute connections.
4895 4896 4897 |
# File 'sig/types.rbs', line 4895 def connections @connections end |
#created_on ⇒ ::Time
Returns the value of attribute created_on.
4889 4890 4891 |
# File 'sig/types.rbs', line 4889 def created_on @created_on end |
#default_arguments ⇒ ::Hash[::String, ::String]
Returns the value of attribute default_arguments.
4893 4894 4895 |
# File 'sig/types.rbs', line 4893 def default_arguments @default_arguments end |
#description ⇒ ::String
Returns the value of attribute description.
4886 4887 4888 |
# File 'sig/types.rbs', line 4886 def description @description end |
#execution_class ⇒ "FLEX", "STANDARD"
Returns the value of attribute execution_class.
4906 4907 4908 |
# File 'sig/types.rbs', line 4906 def execution_class @execution_class end |
#execution_property ⇒ Types::ExecutionProperty
Returns the value of attribute execution_property.
4891 4892 4893 |
# File 'sig/types.rbs', line 4891 def execution_property @execution_property end |
#glue_version ⇒ ::String
Returns the value of attribute glue_version.
4904 4905 4906 |
# File 'sig/types.rbs', line 4904 def glue_version @glue_version end |
#job_mode ⇒ "SCRIPT", ...
Returns the value of attribute job_mode.
4884 4885 4886 |
# File 'sig/types.rbs', line 4884 def job_mode @job_mode end |
#job_run_queuing_enabled ⇒ Boolean
Returns the value of attribute job_run_queuing_enabled.
4885 4886 4887 |
# File 'sig/types.rbs', line 4885 def job_run_queuing_enabled @job_run_queuing_enabled end |
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
4890 4891 4892 |
# File 'sig/types.rbs', line 4890 def last_modified_on @last_modified_on end |
#log_uri ⇒ ::String
Returns the value of attribute log_uri.
4887 4888 4889 |
# File 'sig/types.rbs', line 4887 def log_uri @log_uri end |
#maintenance_window ⇒ ::String
Returns the value of attribute maintenance_window.
4908 4909 4910 |
# File 'sig/types.rbs', line 4908 def maintenance_window @maintenance_window end |
#max_capacity ⇒ ::Float
Returns the value of attribute max_capacity.
4899 4900 4901 |
# File 'sig/types.rbs', line 4899 def max_capacity @max_capacity end |
#max_retries ⇒ ::Integer
Returns the value of attribute max_retries.
4896 4897 4898 |
# File 'sig/types.rbs', line 4896 def max_retries @max_retries end |
#name ⇒ ::String
Returns the value of attribute name.
4883 4884 4885 |
# File 'sig/types.rbs', line 4883 def name @name end |
#non_overridable_arguments ⇒ ::Hash[::String, ::String]
Returns the value of attribute non_overridable_arguments.
4894 4895 4896 |
# File 'sig/types.rbs', line 4894 def non_overridable_arguments @non_overridable_arguments end |
#notification_property ⇒ Types::NotificationProperty
Returns the value of attribute notification_property.
4903 4904 4905 |
# File 'sig/types.rbs', line 4903 def notification_property @notification_property end |
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
4901 4902 4903 |
# File 'sig/types.rbs', line 4901 def number_of_workers @number_of_workers end |
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
4909 4910 4911 |
# File 'sig/types.rbs', line 4909 def profile_name @profile_name end |
#role ⇒ ::String
Returns the value of attribute role.
4888 4889 4890 |
# File 'sig/types.rbs', line 4888 def role @role end |
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
4902 4903 4904 |
# File 'sig/types.rbs', line 4902 def security_configuration @security_configuration end |
#source_control_details ⇒ Types::SourceControlDetails
Returns the value of attribute source_control_details.
4907 4908 4909 |
# File 'sig/types.rbs', line 4907 def source_control_details @source_control_details end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
4898 4899 4900 |
# File 'sig/types.rbs', line 4898 def timeout @timeout end |
#worker_type ⇒ "Standard", ...
Returns the value of attribute worker_type.
4900 4901 4902 |
# File 'sig/types.rbs', line 4900 def worker_type @worker_type end |