Class: Aws::Signer::Types::ListSigningJobsRequest

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

#is_revokedBoolean

Filters results to return only signing jobs with revoked signatures.

Returns:

  • (Boolean)


669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 669

class ListSigningJobsRequest < Struct.new(
  :status,
  :platform_id,
  :requested_by,
  :max_results,
  :next_token,
  :is_revoked,
  :signature_expires_before,
  :signature_expires_after,
  :job_invoker)
  SENSITIVE = []
  include Aws::Structure
end

#job_invokerString

Filters results to return only signing jobs initiated by a specified IAM entity.

Returns:

  • (String)


669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 669

class ListSigningJobsRequest < Struct.new(
  :status,
  :platform_id,
  :requested_by,
  :max_results,
  :next_token,
  :is_revoked,
  :signature_expires_before,
  :signature_expires_after,
  :job_invoker)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

Returns:

  • (Integer)


669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 669

class ListSigningJobsRequest < Struct.new(
  :status,
  :platform_id,
  :requested_by,
  :max_results,
  :next_token,
  :is_revoked,
  :signature_expires_before,
  :signature_expires_after,
  :job_invoker)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

Returns:

  • (String)


669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 669

class ListSigningJobsRequest < Struct.new(
  :status,
  :platform_id,
  :requested_by,
  :max_results,
  :next_token,
  :is_revoked,
  :signature_expires_before,
  :signature_expires_after,
  :job_invoker)
  SENSITIVE = []
  include Aws::Structure
end

#platform_idString

The ID of microcontroller platform that you specified for the distribution of your code image.

Returns:

  • (String)


669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 669

class ListSigningJobsRequest < Struct.new(
  :status,
  :platform_id,
  :requested_by,
  :max_results,
  :next_token,
  :is_revoked,
  :signature_expires_before,
  :signature_expires_after,
  :job_invoker)
  SENSITIVE = []
  include Aws::Structure
end

#requested_byString

The IAM principal that requested the signing job.

Returns:

  • (String)


669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 669

class ListSigningJobsRequest < Struct.new(
  :status,
  :platform_id,
  :requested_by,
  :max_results,
  :next_token,
  :is_revoked,
  :signature_expires_before,
  :signature_expires_after,
  :job_invoker)
  SENSITIVE = []
  include Aws::Structure
end

#signature_expires_afterTime

Filters results to return only signing jobs with signatures expiring after a specified timestamp.

Returns:

  • (Time)


669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 669

class ListSigningJobsRequest < Struct.new(
  :status,
  :platform_id,
  :requested_by,
  :max_results,
  :next_token,
  :is_revoked,
  :signature_expires_before,
  :signature_expires_after,
  :job_invoker)
  SENSITIVE = []
  include Aws::Structure
end

#signature_expires_beforeTime

Filters results to return only signing jobs with signatures expiring before a specified timestamp.

Returns:

  • (Time)


669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 669

class ListSigningJobsRequest < Struct.new(
  :status,
  :platform_id,
  :requested_by,
  :max_results,
  :next_token,
  :is_revoked,
  :signature_expires_before,
  :signature_expires_after,
  :job_invoker)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

A status value with which to filter your results.

Returns:

  • (String)


669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 669

class ListSigningJobsRequest < Struct.new(
  :status,
  :platform_id,
  :requested_by,
  :max_results,
  :next_token,
  :is_revoked,
  :signature_expires_before,
  :signature_expires_after,
  :job_invoker)
  SENSITIVE = []
  include Aws::Structure
end