Class: Aws::Signer::Types::ListSigningProfilesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::ListSigningProfilesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-signer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#include_canceled ⇒ Boolean
Designates whether to include profiles with the status of ‘CANCELED`.
-
#max_results ⇒ Integer
The maximum number of profiles to be returned.
-
#next_token ⇒ String
Value for specifying the next set of paginated results to return.
-
#platform_id ⇒ String
Filters results to return only signing jobs initiated for a specified signing platform.
-
#statuses ⇒ Array<String>
Filters results to return only signing jobs with statuses in the specified list.
Instance Attribute Details
#include_canceled ⇒ Boolean
Designates whether to include profiles with the status of ‘CANCELED`.
780 781 782 783 784 785 786 787 788 |
# File 'lib/aws-sdk-signer/types.rb', line 780 class ListSigningProfilesRequest < Struct.new( :include_canceled, :max_results, :next_token, :platform_id, :statuses) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of profiles to be returned.
780 781 782 783 784 785 786 787 788 |
# File 'lib/aws-sdk-signer/types.rb', line 780 class ListSigningProfilesRequest < Struct.new( :include_canceled, :max_results, :next_token, :platform_id, :statuses) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Value 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.
780 781 782 783 784 785 786 787 788 |
# File 'lib/aws-sdk-signer/types.rb', line 780 class ListSigningProfilesRequest < Struct.new( :include_canceled, :max_results, :next_token, :platform_id, :statuses) SENSITIVE = [] include Aws::Structure end |
#platform_id ⇒ String
Filters results to return only signing jobs initiated for a specified signing platform.
780 781 782 783 784 785 786 787 788 |
# File 'lib/aws-sdk-signer/types.rb', line 780 class ListSigningProfilesRequest < Struct.new( :include_canceled, :max_results, :next_token, :platform_id, :statuses) SENSITIVE = [] include Aws::Structure end |
#statuses ⇒ Array<String>
Filters results to return only signing jobs with statuses in the specified list.
780 781 782 783 784 785 786 787 788 |
# File 'lib/aws-sdk-signer/types.rb', line 780 class ListSigningProfilesRequest < Struct.new( :include_canceled, :max_results, :next_token, :platform_id, :statuses) SENSITIVE = [] include Aws::Structure end |