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

Class: Aws::IoT::Types::CodeSigningCertificateChain

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

Overview

Note:

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

{
  certificate_name: "CertificateName",
  inline_document: "InlineDocument",
}

Describes the certificate chain being used when code signing a file.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_nameString

The name of the certificate.

Returns:

  • (String)

    The name of the certificate.

#inline_documentString

A base64 encoded binary representation of the code signing certificate chain.

Returns:

  • (String)

    A base64 encoded binary representation of the code signing certificate chain.