Struct rusoto_ec2::Monitoring [] [src]

pub struct Monitoring {
    pub state: Option<String>,
}

Describes the monitoring of an instance.

Fields

Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.

Trait Implementations

impl Default for Monitoring
[src]

[src]

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

impl Debug for Monitoring
[src]

[src]

Formats the value using the given formatter.

impl Clone for Monitoring
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more