Struct rusoto_ec2::LaunchTemplatesMonitoring [] [src]

pub struct LaunchTemplatesMonitoring {
    pub enabled: Option<bool>,
}

Describes the monitoring for the instance.

Fields

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

Trait Implementations

impl Default for LaunchTemplatesMonitoring
[src]

[src]

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

impl Debug for LaunchTemplatesMonitoring
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for LaunchTemplatesMonitoring
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations