Struct rusoto_opsworks::InstanceIdentity [] [src]

pub struct InstanceIdentity {
    pub document: Option<String>,
    pub signature: Option<String>,
}

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

Fields

A JSON document that contains the metadata.

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

Trait Implementations

impl Default for InstanceIdentity
[src]

Returns the "default value" for a type. Read more

impl Debug for InstanceIdentity
[src]

Formats the value using the given formatter.

impl Clone for InstanceIdentity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more