Struct rusoto_elasticbeanstalk::OptionSpecification [] [src]

pub struct OptionSpecification {
    pub namespace: Option<OptionNamespace>,
    pub option_name: Option<ConfigurationOptionName>,
    pub resource_name: Option<ResourceName>,
}

A specification identifying an individual configuration option.

Fields

A unique namespace identifying the option's associated AWS resource.

The name of the configuration option.

A unique resource name for a time-based scaling configuration option.

Trait Implementations

impl Default for OptionSpecification
[src]

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

impl Debug for OptionSpecification
[src]

Formats the value using the given formatter.

impl Clone for OptionSpecification
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more