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:



693
694
695
696
697
698
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 693

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)


693
694
695
696
697
698
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 693

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