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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


650
651
652
653
654
655
656
657
658
659
660
661
662
# File 'lib/aws-sdk-signer/types.rb', line 650

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)


650
651
652
653
654
655
656
657
658
659
660
661
662
# File 'lib/aws-sdk-signer/types.rb', line 650

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)


650
651
652
653
654
655
656
657
658
659
660
661
662
# File 'lib/aws-sdk-signer/types.rb', line 650

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)


650
651
652
653
654
655
656
657
658
659
660
661
662
# File 'lib/aws-sdk-signer/types.rb', line 650

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)


650
651
652
653
654
655
656
657
658
659
660
661
662
# File 'lib/aws-sdk-signer/types.rb', line 650

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)


650
651
652
653
654
655
656
657
658
659
660
661
662
# File 'lib/aws-sdk-signer/types.rb', line 650

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)


650
651
652
653
654
655
656
657
658
659
660
661
662
# File 'lib/aws-sdk-signer/types.rb', line 650

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)


650
651
652
653
654
655
656
657
658
659
660
661
662
# File 'lib/aws-sdk-signer/types.rb', line 650

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)


650
651
652
653
654
655
656
657
658
659
660
661
662
# File 'lib/aws-sdk-signer/types.rb', line 650

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