Class: Aws::Signer::Types::DescribeSigningJobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The ID of the signing job on input.

Returns:

  • (String)


154
155
156
157
158
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 154

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