Class: Aws::Types::JobSummary
- Inherits:
-
Object
- Object
- Aws::Types::JobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_criteria ⇒ Types::S3BucketCriteriaForJob
Returns the value of attribute bucket_criteria.
-
#bucket_definitions ⇒ ::Array[Types::S3BucketDefinitionForJob]
Returns the value of attribute bucket_definitions.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_status ⇒ "RUNNING", ...
Returns the value of attribute job_status.
-
#job_type ⇒ "ONE_TIME", "SCHEDULED"
Returns the value of attribute job_type.
-
#last_run_error_status ⇒ Types::LastRunErrorStatus
Returns the value of attribute last_run_error_status.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#user_paused_details ⇒ Types::UserPausedDetails
Returns the value of attribute user_paused_details.
Instance Attribute Details
#bucket_criteria ⇒ Types::S3BucketCriteriaForJob
Returns the value of attribute bucket_criteria.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def bucket_criteria @bucket_criteria end |
#bucket_definitions ⇒ ::Array[Types::S3BucketDefinitionForJob]
Returns the value of attribute bucket_definitions.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def bucket_definitions @bucket_definitions end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def created_at @created_at end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def job_id @job_id end |
#job_status ⇒ "RUNNING", ...
Returns the value of attribute job_status.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def job_status @job_status end |
#job_type ⇒ "ONE_TIME", "SCHEDULED"
Returns the value of attribute job_type.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def job_type @job_type end |
#last_run_error_status ⇒ Types::LastRunErrorStatus
Returns the value of attribute last_run_error_status.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def last_run_error_status @last_run_error_status end |
#name ⇒ ::String
Returns the value of attribute name.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def name @name end |
#user_paused_details ⇒ Types::UserPausedDetails
Returns the value of attribute user_paused_details.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def user_paused_details @user_paused_details end |