Struct rusoto_codedeploy::GetApplicationOutput [] [src]

pub struct GetApplicationOutput {
    pub application: Option<ApplicationInfo>,
}

Represents the output of a GetApplication operation.

Fields

Information about the application.

Trait Implementations

impl Default for GetApplicationOutput
[src]

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

impl Debug for GetApplicationOutput
[src]

Formats the value using the given formatter.

impl Clone for GetApplicationOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more