Struct rusoto_opsworks::CreateAppResult [] [src]

pub struct CreateAppResult {
    pub app_id: Option<String>,
}

Contains the response to a CreateApp request.

Fields

The app ID.

Trait Implementations

impl Default for CreateAppResult
[src]

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

impl Debug for CreateAppResult
[src]

Formats the value using the given formatter.

impl Clone for CreateAppResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more