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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


135
136
137
138
139
# File 'lib/aws-sdk-signer/types.rb', line 135

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