Class: Aws::Signer::Types::ListSigningJobsResponse

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

#jobsArray<Types::SigningJob>

A list of your signing jobs.

Returns:



674
675
676
677
678
679
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 674

class ListSigningJobsResponse < Struct.new(
  :jobs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

String for specifying the next set of paginated results.

Returns:

  • (String)


674
675
676
677
678
679
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 674

class ListSigningJobsResponse < Struct.new(
  :jobs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end