Class: Aws::Types::JobDescriptor
- Inherits:
-
Object
- Object
- Aws::Types::JobDescriptor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confirmation_required ⇒ Boolean
Returns the value of attribute confirmation_required.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#failure_reasons ⇒ ::Array[Types::JobFailure]
Returns the value of attribute failure_reasons.
-
#generated_manifest_descriptor ⇒ Types::S3GeneratedManifestDescriptor
Returns the value of attribute generated_manifest_descriptor.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#manifest ⇒ Types::JobManifest
Returns the value of attribute manifest.
-
#manifest_generator ⇒ Types::JobManifestGenerator
Returns the value of attribute manifest_generator.
-
#operation ⇒ Types::JobOperation
Returns the value of attribute operation.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#progress_summary ⇒ Types::JobProgressSummary
Returns the value of attribute progress_summary.
-
#report ⇒ Types::JobReport
Returns the value of attribute report.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ "Active", ...
Returns the value of attribute status.
-
#status_update_reason ⇒ ::String
Returns the value of attribute status_update_reason.
-
#suspended_cause ⇒ ::String
Returns the value of attribute suspended_cause.
-
#suspended_date ⇒ ::Time
Returns the value of attribute suspended_date.
-
#termination_date ⇒ ::Time
Returns the value of attribute termination_date.
Instance Attribute Details
#confirmation_required ⇒ Boolean
Returns the value of attribute confirmation_required.
917 918 919 |
# File 'sig/types.rbs', line 917 def confirmation_required @confirmation_required end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
928 929 930 |
# File 'sig/types.rbs', line 928 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
918 919 920 |
# File 'sig/types.rbs', line 918 def description @description end |
#failure_reasons ⇒ ::Array[Types::JobFailure]
Returns the value of attribute failure_reasons.
926 927 928 |
# File 'sig/types.rbs', line 926 def failure_reasons @failure_reasons end |
#generated_manifest_descriptor ⇒ Types::S3GeneratedManifestDescriptor
Returns the value of attribute generated_manifest_descriptor.
934 935 936 |
# File 'sig/types.rbs', line 934 def generated_manifest_descriptor @generated_manifest_descriptor end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
919 920 921 |
# File 'sig/types.rbs', line 919 def job_arn @job_arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
916 917 918 |
# File 'sig/types.rbs', line 916 def job_id @job_id end |
#manifest ⇒ Types::JobManifest
Returns the value of attribute manifest.
921 922 923 |
# File 'sig/types.rbs', line 921 def manifest @manifest end |
#manifest_generator ⇒ Types::JobManifestGenerator
Returns the value of attribute manifest_generator.
933 934 935 |
# File 'sig/types.rbs', line 933 def manifest_generator @manifest_generator end |
#operation ⇒ Types::JobOperation
Returns the value of attribute operation.
922 923 924 |
# File 'sig/types.rbs', line 922 def operation @operation end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
923 924 925 |
# File 'sig/types.rbs', line 923 def priority @priority end |
#progress_summary ⇒ Types::JobProgressSummary
Returns the value of attribute progress_summary.
924 925 926 |
# File 'sig/types.rbs', line 924 def progress_summary @progress_summary end |
#report ⇒ Types::JobReport
Returns the value of attribute report.
927 928 929 |
# File 'sig/types.rbs', line 927 def report @report end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
930 931 932 |
# File 'sig/types.rbs', line 930 def role_arn @role_arn end |
#status ⇒ "Active", ...
Returns the value of attribute status.
920 921 922 |
# File 'sig/types.rbs', line 920 def status @status end |
#status_update_reason ⇒ ::String
Returns the value of attribute status_update_reason.
925 926 927 |
# File 'sig/types.rbs', line 925 def status_update_reason @status_update_reason end |
#suspended_cause ⇒ ::String
Returns the value of attribute suspended_cause.
932 933 934 |
# File 'sig/types.rbs', line 932 def suspended_cause @suspended_cause end |
#suspended_date ⇒ ::Time
Returns the value of attribute suspended_date.
931 932 933 |
# File 'sig/types.rbs', line 931 def suspended_date @suspended_date end |
#termination_date ⇒ ::Time
Returns the value of attribute termination_date.
929 930 931 |
# File 'sig/types.rbs', line 929 def termination_date @termination_date end |