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

Class: Aws::IoT::Types::CodeSigningSignature

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

Overview

Note:

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

{
  inline_document: "data",
}

Describes the signature for a file.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#inline_documentString

A base64 encoded binary representation of the code signing signature.

Returns:

  • (String)

    A base64 encoded binary representation of the code signing signature.