Struct rusoto_elasticbeanstalk::ListAvailableSolutionStacksResultMessage[][src]

pub struct ListAvailableSolutionStacksResultMessage {
    pub solution_stack_details: Option<Vec<SolutionStackDescription>>,
    pub solution_stacks: Option<Vec<String>>,
}

A list of available AWS Elastic Beanstalk solution stacks.

Fields

A list of available solution stacks and their SolutionStackDescription.

A list of available solution stacks.

Trait Implementations

impl Default for ListAvailableSolutionStacksResultMessage
[src]

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

impl Debug for ListAvailableSolutionStacksResultMessage
[src]

Formats the value using the given formatter. Read more

impl Clone for ListAvailableSolutionStacksResultMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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