#[non_exhaustive]pub struct AwsEcsClusterClusterSettingsDetails { /* private fields */ }
Expand description
Indicates whether to enable CloudWatch Container Insights for the ECS cluster.
Implementations§
source§impl AwsEcsClusterClusterSettingsDetails
impl AwsEcsClusterClusterSettingsDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsEcsClusterClusterSettingsDetails
.
Trait Implementations§
source§impl Clone for AwsEcsClusterClusterSettingsDetails
impl Clone for AwsEcsClusterClusterSettingsDetails
source§fn clone(&self) -> AwsEcsClusterClusterSettingsDetails
fn clone(&self) -> AwsEcsClusterClusterSettingsDetails
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<AwsEcsClusterClusterSettingsDetails> for AwsEcsClusterClusterSettingsDetails
impl PartialEq<AwsEcsClusterClusterSettingsDetails> for AwsEcsClusterClusterSettingsDetails
source§fn eq(&self, other: &AwsEcsClusterClusterSettingsDetails) -> bool
fn eq(&self, other: &AwsEcsClusterClusterSettingsDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.