Struct rusoto_elasticbeanstalk::DescribeInstancesHealthResult [] [src]

pub struct DescribeInstancesHealthResult {
    pub instance_health_list: Option<Vec<SingleInstanceHealth>>,
    pub next_token: Option<String>,
    pub refreshed_at: Option<String>,
}

Detailed health information about the Amazon EC2 instances in an AWS Elastic Beanstalk environment.

Fields

Detailed health information about each instance.

Pagination token for the next page of results, if available.

The date and time that the health information was retrieved.

Trait Implementations

impl Default for DescribeInstancesHealthResult
[src]

[src]

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

impl Debug for DescribeInstancesHealthResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeInstancesHealthResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations