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

Class: Aws::Signer::Types::SigningImageFormat

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

Overview

The image format of a code signing platform or profile.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#default_formatString

The default format of a code signing image.

Possible values:

  • JSON
  • JSONEmbedded
  • JSONDetached

Returns:

  • (String)

    The default format of a code signing image.

#supported_formatsArray<String>

The supported formats of a code signing image.

Returns:

  • (Array<String>)

    The supported formats of a code signing image.