Struct rusoto_ec2::RunInstancesMonitoringEnabled [] [src]

pub struct RunInstancesMonitoringEnabled {
    pub enabled: bool,
}

Describes the monitoring of an instance.

Fields

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

Trait Implementations

impl Default for RunInstancesMonitoringEnabled
[src]

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

impl Debug for RunInstancesMonitoringEnabled
[src]

Formats the value using the given formatter.

impl Clone for RunInstancesMonitoringEnabled
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more