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

Class: Aws::Signer::Types::ListSigningPlatformsRequest

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

Overview

Note:

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

{
  category: "String",
  partner: "String",
  target: "String",
  max_results: 1,
  next_token: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

The category type of a signing platform.

Returns:

  • (String)

    The category type of a signing platform.

#max_resultsInteger

The maximum number of results to be returned by this operation.

Returns:

  • (Integer)

    The maximum number of results to be returned by this operation.

#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.

#partnerString

Any partner entities connected to a signing platform.

Returns:

  • (String)

    Any partner entities connected to a signing platform.

#targetString

The validation template that is used by the target signing platform.

Returns:

  • (String)

    The validation template that is used by the target signing platform.