You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::CustomCodeSigning
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CustomCodeSigning
- Defined in:
- (unknown)
Overview
Note:
When passing CustomCodeSigning as input to an Aws::Client method, you can use a vanilla Hash:
{
signature: {
inline_document: "data",
},
certificate_chain: {
certificate_name: "CertificateName",
inline_document: "InlineDocument",
},
hash_algorithm: "HashAlgorithm",
signature_algorithm: "SignatureAlgorithm",
}
Describes a custom method used to code sign a file.
Returned by:
Instance Attribute Summary collapse
-
#certificate_chain ⇒ Types::CodeSigningCertificateChain
The certificate chain.
-
#hash_algorithm ⇒ String
The hash algorithm used to code sign the file.
-
#signature ⇒ Types::CodeSigningSignature
The signature for the file.
-
#signature_algorithm ⇒ String
The signature algorithm used to code sign the file.
Instance Attribute Details
#certificate_chain ⇒ Types::CodeSigningCertificateChain
The certificate chain.
#hash_algorithm ⇒ String
The hash algorithm used to code sign the file.
#signature ⇒ Types::CodeSigningSignature
The signature for the file.
#signature_algorithm ⇒ String
The signature algorithm used to code sign the file.