Struct rusoto_opsworks::DescribeElasticLoadBalancersResult[][src]

pub struct DescribeElasticLoadBalancersResult {
    pub elastic_load_balancers: Option<Vec<ElasticLoadBalancer>>,
}

Contains the response to a DescribeElasticLoadBalancers request.

Fields

A list of ElasticLoadBalancer objects that describe the specified Elastic Load Balancing instances.

Trait Implementations

impl Default for DescribeElasticLoadBalancersResult
[src]

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

impl Debug for DescribeElasticLoadBalancersResult
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeElasticLoadBalancersResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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