Method: Aws::OpsWorks::Types::InstanceIdentity#signature

Defined in:
lib/aws-sdk-opsworks/types.rb

#signatureString

A signature that can be used to verify the document’s accuracy and authenticity.

Returns:

  • (String)
[View source]

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