Class: Aws::OpsWorks::Types::InstanceIdentity
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::InstanceIdentity
- 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
-
#document ⇒ String
A JSON document that contains the metadata.
-
#signature ⇒ String
A signature that can be used to verify the document’s accuracy and authenticity.
Instance Attribute Details
#document ⇒ String
A JSON document that contains the metadata.
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 |
#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 |