Class: Aws::Signer::Types::ListSigningJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::ListSigningJobsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-signer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#jobs ⇒ Array<Types::SigningJob>
A list of your signing jobs.
-
#next_token ⇒ String
String for specifying the next set of paginated results.
Instance Attribute Details
#jobs ⇒ Array<Types::SigningJob>
A list of your signing jobs.
693 694 695 696 697 698 |
# File 'lib/aws-sdk-signer/types.rb', line 693 class ListSigningJobsResponse < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
String for specifying the next set of paginated results.
693 694 695 696 697 698 |
# File 'lib/aws-sdk-signer/types.rb', line 693 class ListSigningJobsResponse < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |