#[non_exhaustive]pub struct AwsEc2LaunchTemplateDataMonitoringDetails { /* private fields */ }
Expand description
The monitoring for an Amazon EC2 instance.
Implementations§
source§impl AwsEc2LaunchTemplateDataMonitoringDetails
impl AwsEc2LaunchTemplateDataMonitoringDetails
sourcepub fn enabled(&self) -> bool
pub fn enabled(&self) -> bool
Enables detailed monitoring when true
is specified. Otherwise, basic monitoring is enabled. For more information about detailed monitoring, see Enable or turn off detailed monitoring for your instances in the Amazon EC2 User Guide.
source§impl AwsEc2LaunchTemplateDataMonitoringDetails
impl AwsEc2LaunchTemplateDataMonitoringDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsEc2LaunchTemplateDataMonitoringDetails
.
Trait Implementations§
source§impl Clone for AwsEc2LaunchTemplateDataMonitoringDetails
impl Clone for AwsEc2LaunchTemplateDataMonitoringDetails
source§fn clone(&self) -> AwsEc2LaunchTemplateDataMonitoringDetails
fn clone(&self) -> AwsEc2LaunchTemplateDataMonitoringDetails
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<AwsEc2LaunchTemplateDataMonitoringDetails> for AwsEc2LaunchTemplateDataMonitoringDetails
impl PartialEq<AwsEc2LaunchTemplateDataMonitoringDetails> for AwsEc2LaunchTemplateDataMonitoringDetails
source§fn eq(&self, other: &AwsEc2LaunchTemplateDataMonitoringDetails) -> bool
fn eq(&self, other: &AwsEc2LaunchTemplateDataMonitoringDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.