class Aws::Signer::Types::ListSigningProfilesRequest

@note When making an API call, you may pass ListSigningProfilesRequest

data as a hash:

    {
      include_canceled: false,
      max_results: 1,
      next_token: "NextToken",
      platform_id: "PlatformId",
      statuses: ["Active"], # accepts Active, Canceled, Revoked
    }

@!attribute [rw] include_canceled

Designates whether to include profiles with the status of
`CANCELED`.
@return [Boolean]

@!attribute [rw] max_results

The maximum number of profiles to be returned.
@return [Integer]

@!attribute [rw] next_token

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.
@return [String]

@!attribute [rw] platform_id

Filters results to return only signing jobs initiated for a
specified signing platform.
@return [String]

@!attribute [rw] statuses

Filters results to return only signing jobs with statuses in the
specified list.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/signer-2017-08-25/ListSigningProfilesRequest AWS API Documentation

Constants

SENSITIVE