Struct rusoto_opsworks::DescribeAppsResult [] [src]

pub struct DescribeAppsResult {
    pub apps: Option<Apps>,
}

Contains the response to a DescribeApps request.

Fields

An array of App objects that describe the specified apps.

Trait Implementations

impl Default for DescribeAppsResult
[src]

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

impl Debug for DescribeAppsResult
[src]

Formats the value using the given formatter.

impl Clone for DescribeAppsResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more