Class: Aws::S3Control::Types::DescribeJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::DescribeJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID associated with the S3 Batch Operations job.
-
#job_id ⇒ String
The ID for the job whose information you want to retrieve.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID associated with the S3 Batch Operations job.
1915 1916 1917 1918 1919 1920 |
# File 'lib/aws-sdk-s3control/types.rb', line 1915 class DescribeJobRequest < Struct.new( :account_id, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The ID for the job whose information you want to retrieve.
1915 1916 1917 1918 1919 1920 |
# File 'lib/aws-sdk-s3control/types.rb', line 1915 class DescribeJobRequest < Struct.new( :account_id, :job_id) SENSITIVE = [] include Aws::Structure end |