Class: Aws::S3Control::Types::UpdateJobStatusResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::UpdateJobStatusResult
- Defined in:
- gems/aws-sdk-s3control/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.
8415 8416 8417 8418 8419 8420 8421 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8415 class UpdateJobStatusResult < Struct.new( :job_id, :status, :status_update_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status for the specified job.
8415 8416 8417 8418 8419 8420 8421 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8415 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.
8415 8416 8417 8418 8419 8420 8421 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8415 class UpdateJobStatusResult < Struct.new( :job_id, :status, :status_update_reason) SENSITIVE = [] include Aws::Structure end |