Struct rusoto_elasticbeanstalk::SourceConfiguration[][src]

pub struct SourceConfiguration {
    pub application_name: Option<String>,
    pub template_name: Option<String>,
}

A specification for an environment configuration

Fields

The name of the application associated with the configuration.

The name of the configuration template.

Trait Implementations

impl Default for SourceConfiguration
[src]

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

impl Debug for SourceConfiguration
[src]

Formats the value using the given formatter. Read more

impl Clone for SourceConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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