Method: Aws::OpsWorks::Types::InstanceIdentity#signature
- Defined in:
- lib/aws-sdk-opsworks/types.rb
permalink #signature ⇒ String
A signature that can be used to verify the document’s accuracy and authenticity.
3641 3642 3643 3644 3645 3646 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3641 class InstanceIdentity < Struct.new( :document, :signature) SENSITIVE = [] include Aws::Structure end |