Struct rusoto_elasticbeanstalk::OptionSpecification [] [src]

pub struct OptionSpecification {
    pub namespace: Option<String>,
    pub option_name: Option<String>,
    pub resource_name: Option<String>,
}

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]

[src]

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

impl Debug for OptionSpecification
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for OptionSpecification
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations