Class: Aws::S3Control::Types::UpdateJobStatusResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::UpdateJobStatusResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The ID for the job whose status was updated.
-
#status ⇒ String
The current status for the specified job.
-
#status_update_reason ⇒ String
The reason that the specified job’s status was updated.
Instance Attribute Details
#job_id ⇒ String
The ID for the job whose status was updated.
8462 8463 8464 8465 8466 8467 8468 |
# File 'lib/aws-sdk-s3control/types.rb', line 8462 class UpdateJobStatusResult < Struct.new( :job_id, :status, :status_update_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status for the specified job.
8462 8463 8464 8465 8466 8467 8468 |
# File 'lib/aws-sdk-s3control/types.rb', line 8462 class UpdateJobStatusResult < Struct.new( :job_id, :status, :status_update_reason) SENSITIVE = [] include Aws::Structure end |
#status_update_reason ⇒ String
The reason that the specified job’s status was updated.
8462 8463 8464 8465 8466 8467 8468 |
# File 'lib/aws-sdk-s3control/types.rb', line 8462 class UpdateJobStatusResult < Struct.new( :job_id, :status, :status_update_reason) SENSITIVE = [] include Aws::Structure end |