Class: Aws::IoT::Types::CodeSigningSignature
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CodeSigningSignature
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Describes the signature for a file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inline_document ⇒ String
A base64 encoded binary representation of the code signing signature.
Instance Attribute Details
#inline_document ⇒ String
A base64 encoded binary representation of the code signing signature.
2172 2173 2174 2175 2176 |
# File 'lib/aws-sdk-iot/types.rb', line 2172 class CodeSigningSignature < Struct.new( :inline_document) SENSITIVE = [] include Aws::Structure end |