Class: Aws::Signer::Types::DescribeSigningJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::DescribeSigningJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-signer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The ID of the signing job on input.
Instance Attribute Details
#job_id ⇒ String
The ID of the signing job on input.
154 155 156 157 158 |
# File 'lib/aws-sdk-signer/types.rb', line 154 class DescribeSigningJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |