Struct rusoto_ec2::UserData[][src]

pub struct UserData {
    pub data: Option<String>,
}

Describes the user data for an instance.

Fields

The user data. If you are using an AWS SDK or command line tool, Base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide Base64-encoded text.

Trait Implementations

impl Default for UserData
[src]

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

impl Debug for UserData
[src]

Formats the value using the given formatter. Read more

impl Clone for UserData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UserData
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for UserData

impl Sync for UserData