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]

[src]

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

impl Debug for UserData
[src]

[src]

Formats the value using the given formatter.

impl Clone for UserData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more