You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Signer::Types::ListSigningProfilesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListSigningProfilesRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  include_canceled: false,
  max_results: 1,
  next_token: "NextToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#include_canceledBoolean

Designates whether to include profiles with the status of CANCELED.

Returns:

  • (Boolean)

    Designates whether to include profiles with the status of CANCELED.

#max_resultsInteger

The maximum number of profiles to be returned.

Returns:

  • (Integer)

    The maximum number of profiles to be returned.

#next_tokenString

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.

Returns:

  • (String)

    Value for specifying the next set of paginated results to return.