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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

Describes the signature for a file.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inline_documentString

A base64 encoded binary representation of the code signing signature.

Returns:

  • (String)


2113
2114
2115
2116
2117
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2113

class CodeSigningSignature < Struct.new(
  :inline_document)
  SENSITIVE = []
  include Aws::Structure
end