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

Class: Aws::IoT::Types::StartSigningJobParameter

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

Overview

Note:

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

{
  signing_profile_parameter: {
    certificate_arn: "CertificateArn",
    platform: "Platform",
    certificate_path_on_device: "CertificatePathOnDevice",
  },
  signing_profile_name: "SigningProfileName",
  destination: {
    s3_destination: {
      bucket: "S3Bucket",
      prefix: "Prefix",
    },
  },
}

Information required to start a signing job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#destinationTypes::Destination

The location to write the code-signed file.

Returns:

#signing_profile_nameString

The code-signing profile name.

Returns:

  • (String)

    The code-signing profile name.

#signing_profile_parameterTypes::SigningProfileParameter

Describes the code-signing profile.

Returns: