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

Class: Aws::IoT::Types::SigningProfileParameter

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

Overview

Note:

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

{
  certificate_arn: "CertificateArn",
  platform: "Platform",
  certificate_path_on_device: "CertificatePathOnDevice",
}

Describes the code-signing profile.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

Certificate ARN.

Returns:

  • (String)

    Certificate ARN.

#certificate_path_on_deviceString

The location of the code-signing certificate on your device.

Returns:

  • (String)

    The location of the code-signing certificate on your device.

#platformString

The hardware platform of your device.

Returns:

  • (String)

    The hardware platform of your device.