Struct rusoto_elasticbeanstalk::EnvironmentInfoDescription[][src]

pub struct EnvironmentInfoDescription {
    pub ec_2_instance_id: Option<String>,
    pub info_type: Option<String>,
    pub message: Option<String>,
    pub sample_timestamp: Option<String>,
}

The information retrieved from the Amazon EC2 instances.

Fields

The Amazon EC2 Instance ID for this information.

The type of information retrieved.

The retrieved information.

The time stamp when this information was retrieved.

Trait Implementations

impl Default for EnvironmentInfoDescription
[src]

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

impl Debug for EnvironmentInfoDescription
[src]

Formats the value using the given formatter. Read more

impl Clone for EnvironmentInfoDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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