You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing InstanceIdentity as input to an Aws::Client method, you can use a vanilla Hash:

{
  document: "String",
  signature: "String",
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#documentString

A JSON document that contains the metadata.

Returns:

  • (String)

    A JSON document that contains the metadata.

#signatureString

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

Returns:

  • (String)

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