Class: Aws::S3Control::Types::DescribeJobResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::DescribeJobResult
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ Types::JobDescriptor
Contains the configuration parameters and status for the job specified in the
Describe Job
request.
Instance Attribute Details
#job ⇒ Types::JobDescriptor
Contains the configuration parameters and status for the job
specified in the Describe Job
request.
1929 1930 1931 1932 1933 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1929 class DescribeJobResult < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |