Class: Aws::Types::Job

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#abort_configTypes::AbortConfig

Returns the value of attribute abort_config.

Returns:



2793
2794
2795
# File 'sig/types.rbs', line 2793

def abort_config
  @abort_config
end

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


2788
2789
2790
# File 'sig/types.rbs', line 2788

def comment
  @comment
end

#completed_at::Time

Returns the value of attribute completed_at.

Returns:

  • (::Time)


2796
2797
2798
# File 'sig/types.rbs', line 2796

def completed_at
  @completed_at
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2794
2795
2796
# File 'sig/types.rbs', line 2794

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2790
2791
2792
# File 'sig/types.rbs', line 2790

def description
  @description
end

#destination_package_versions::Array[::String]

Returns the value of attribute destination_package_versions.

Returns:

  • (::Array[::String])


2806
2807
2808
# File 'sig/types.rbs', line 2806

def destination_package_versions
  @destination_package_versions
end

#document_parameters::Hash[::String, ::String]

Returns the value of attribute document_parameters.

Returns:

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


2802
2803
2804
# File 'sig/types.rbs', line 2802

def document_parameters
  @document_parameters
end

#force_canceledBoolean

Returns the value of attribute force_canceled.

Returns:

  • (Boolean)


2786
2787
2788
# File 'sig/types.rbs', line 2786

def force_canceled
  @force_canceled
end

#is_concurrentBoolean

Returns the value of attribute is_concurrent.

Returns:

  • (Boolean)


2803
2804
2805
# File 'sig/types.rbs', line 2803

def is_concurrent
  @is_concurrent
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


2782
2783
2784
# File 'sig/types.rbs', line 2782

def job_arn
  @job_arn
end

#job_executions_retry_configTypes::JobExecutionsRetryConfig

Returns the value of attribute job_executions_retry_config.



2801
2802
2803
# File 'sig/types.rbs', line 2801

def job_executions_retry_config
  @job_executions_retry_config
end

#job_executions_rollout_configTypes::JobExecutionsRolloutConfig

Returns the value of attribute job_executions_rollout_config.



2792
2793
2794
# File 'sig/types.rbs', line 2792

def job_executions_rollout_config
  @job_executions_rollout_config
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


2783
2784
2785
# File 'sig/types.rbs', line 2783

def job_id
  @job_id
end

#job_process_detailsTypes::JobProcessDetails

Returns the value of attribute job_process_details.



2797
2798
2799
# File 'sig/types.rbs', line 2797

def job_process_details
  @job_process_details
end

#job_template_arn::String

Returns the value of attribute job_template_arn.

Returns:

  • (::String)


2800
2801
2802
# File 'sig/types.rbs', line 2800

def job_template_arn
  @job_template_arn
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


2795
2796
2797
# File 'sig/types.rbs', line 2795

def last_updated_at
  @last_updated_at
end

#namespace_id::String

Returns the value of attribute namespace_id.

Returns:

  • (::String)


2799
2800
2801
# File 'sig/types.rbs', line 2799

def namespace_id
  @namespace_id
end

#presigned_url_configTypes::PresignedUrlConfig

Returns the value of attribute presigned_url_config.



2791
2792
2793
# File 'sig/types.rbs', line 2791

def presigned_url_config
  @presigned_url_config
end

#reason_code::String

Returns the value of attribute reason_code.

Returns:

  • (::String)


2787
2788
2789
# File 'sig/types.rbs', line 2787

def reason_code
  @reason_code
end

#scheduled_job_rollouts::Array[Types::ScheduledJobRollout]

Returns the value of attribute scheduled_job_rollouts.

Returns:



2805
2806
2807
# File 'sig/types.rbs', line 2805

def scheduled_job_rollouts
  @scheduled_job_rollouts
end

#scheduling_configTypes::SchedulingConfig

Returns the value of attribute scheduling_config.



2804
2805
2806
# File 'sig/types.rbs', line 2804

def scheduling_config
  @scheduling_config
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "CANCELED", "COMPLETED", "DELETION_IN_PROGRESS", "SCHEDULED")


2785
2786
2787
# File 'sig/types.rbs', line 2785

def status
  @status
end

#target_selection"CONTINUOUS", "SNAPSHOT"

Returns the value of attribute target_selection.

Returns:

  • ("CONTINUOUS", "SNAPSHOT")


2784
2785
2786
# File 'sig/types.rbs', line 2784

def target_selection
  @target_selection
end

#targets::Array[::String]

Returns the value of attribute targets.

Returns:

  • (::Array[::String])


2789
2790
2791
# File 'sig/types.rbs', line 2789

def targets
  @targets
end

#timeout_configTypes::TimeoutConfig

Returns the value of attribute timeout_config.



2798
2799
2800
# File 'sig/types.rbs', line 2798

def timeout_config
  @timeout_config
end