Class: Aws::IoT::Types::CodeSigningSignature
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CodeSigningSignature
- 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
-
#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.
2278 2279 2280 2281 2282 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2278 class CodeSigningSignature < Struct.new( :inline_document) SENSITIVE = [] include Aws::Structure end |