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
- Struct
- Aws::IoT::Types::CodeSigningCertificateChain
- 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
-
#certificate_name ⇒ String
The name of the certificate.
-
#inline_document ⇒ String
A base64 encoded binary representation of the code signing certificate chain.
Instance Attribute Details
#certificate_name ⇒ String
The name of the certificate.
#inline_document ⇒ String
A base64 encoded binary representation of the code signing certificate chain.