Struct rusoto_elasticbeanstalk::ConfigurationOptionsDescription [] [src]

pub struct ConfigurationOptionsDescription {
    pub options: Option<Vec<ConfigurationOptionDescription>>,
    pub platform_arn: Option<String>,
    pub solution_stack_name: Option<String>,
}

Describes the settings for a specified configuration set.

Fields

The ARN of the platform.

The name of the solution stack these configuration options belong to.

Trait Implementations

impl Default for ConfigurationOptionsDescription
[src]

[src]

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

impl Debug for ConfigurationOptionsDescription
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ConfigurationOptionsDescription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations