Class: Aws::S3Control::Types::DescribeJobResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::DescribeJobResult
- Includes:
- Aws::Structure
- Defined in:
- 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.
2007 2008 2009 2010 2011 |
# File 'lib/aws-sdk-s3control/types.rb', line 2007 class DescribeJobResult < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |