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]

[src]

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

impl Debug for EnvironmentInfoDescription
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EnvironmentInfoDescription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations