Class: Aws::OpsWorks::Types::InstanceIdentity

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opsworks/types.rb

Overview

Contains a description of an Amazon EC2 instance from the Amazon EC2 metadata service. For more information, see [Instance Metadata and User Data].

[1]: docs.aws.amazon.com/sdkfornet/latest/apidocs/Index.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#documentString

A JSON document that contains the metadata.

Returns:

  • (String)


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

#signatureString

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

Returns:

  • (String)


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