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

Class: Aws::Signer::Types::SigningPlatform

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

Overview

Contains information about the signing configurations and parameters that are used to perform a code signing job.

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

The category of a code signing platform.

Possible values:

  • AWSIoT

Returns:

  • (String)

    The category of a code signing platform.

#display_nameString

The display name of a code signing platform.

Returns:

  • (String)

    The display name of a code signing platform.

#max_size_in_mbInteger

The maximum size (in MB) of code that can be signed by a code signing platform.

Returns:

  • (Integer)

    The maximum size (in MB) of code that can be signed by a code signing platform.

#partnerString

Any partner entities linked to a code signing platform.

Returns:

  • (String)

    Any partner entities linked to a code signing platform.

#platform_idString

The ID of a code signing; platform.

Returns:

  • (String)

    The ID of a code signing; platform.

#signing_configurationTypes::SigningConfiguration

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

Returns:

#signing_image_formatTypes::SigningImageFormat

The image format of a code signing platform or profile.

Returns:

#targetString

The types of targets that can be signed by a code signing platform.

Returns:

  • (String)

    The types of targets that can be signed by a code signing platform.