Class: Aws::Signer::Types::ListSigningJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::ListSigningJobsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-signer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_revoked ⇒ Boolean
Filters results to return only signing jobs with revoked signatures.
-
#job_invoker ⇒ String
Filters results to return only signing jobs initiated by a specified IAM entity.
-
#max_results ⇒ Integer
Specifies the maximum number of items to return in the response.
-
#next_token ⇒ String
String for specifying the next set of paginated results to return.
-
#platform_id ⇒ String
The ID of microcontroller platform that you specified for the distribution of your code image.
-
#requested_by ⇒ String
The IAM principal that requested the signing job.
-
#signature_expires_after ⇒ Time
Filters results to return only signing jobs with signatures expiring after a specified timestamp.
-
#signature_expires_before ⇒ Time
Filters results to return only signing jobs with signatures expiring before a specified timestamp.
-
#status ⇒ String
A status value with which to filter your results.
Instance Attribute Details
#is_revoked ⇒ Boolean
Filters results to return only signing jobs with revoked signatures.
669 670 671 672 673 674 675 676 677 678 679 680 681 |
# File '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_invoker ⇒ String
Filters results to return only signing jobs initiated by a specified IAM entity.
669 670 671 672 673 674 675 676 677 678 679 680 681 |
# File '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_results ⇒ Integer
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.
669 670 671 672 673 674 675 676 677 678 679 680 681 |
# File '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_token ⇒ String
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.
669 670 671 672 673 674 675 676 677 678 679 680 681 |
# File '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_id ⇒ String
The ID of microcontroller platform that you specified for the distribution of your code image.
669 670 671 672 673 674 675 676 677 678 679 680 681 |
# File '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_by ⇒ String
The IAM principal that requested the signing job.
669 670 671 672 673 674 675 676 677 678 679 680 681 |
# File '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_after ⇒ Time
Filters results to return only signing jobs with signatures expiring after a specified timestamp.
669 670 671 672 673 674 675 676 677 678 679 680 681 |
# File '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_before ⇒ Time
Filters results to return only signing jobs with signatures expiring before a specified timestamp.
669 670 671 672 673 674 675 676 677 678 679 680 681 |
# File '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 |
#status ⇒ String
A status value with which to filter your results.
669 670 671 672 673 674 675 676 677 678 679 680 681 |
# File '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 |