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.



1903
1904
1905
1906
1907
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1903

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