Class: Aws::S3Control::Types::DescribeJobResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#jobTypes::JobDescriptor

Contains the configuration parameters and status for the job specified in the Describe Job request.



1897
1898
1899
1900
1901
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1897

class DescribeJobResult < Struct.new(
  :job)
  SENSITIVE = []
  include Aws::Structure
end