Struct rusoto_elasticbeanstalk::DescribeApplicationsMessage[][src]

pub struct DescribeApplicationsMessage {
    pub application_names: Option<Vec<String>>,
}

Request to describe one or more applications.

Fields

If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.

Trait Implementations

impl Default for DescribeApplicationsMessage
[src]

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

impl Debug for DescribeApplicationsMessage
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeApplicationsMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeApplicationsMessage
[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