Struct aws_sdk_ecs::input::UpdateClusterSettingsInput [−][src]
#[non_exhaustive]pub struct UpdateClusterSettingsInput {
pub cluster: Option<String>,
pub settings: Option<Vec<ClusterSetting>>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.cluster: Option<String>
The name of the cluster to modify the settings for.
settings: Option<Vec<ClusterSetting>>
The setting to use by default for a cluster. This parameter is used to enable CloudWatch
Container Insights for a cluster. If this value is specified, it will override the
containerInsights
value set with PutAccountSetting or
PutAccountSettingDefault.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateClusterSettings, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateClusterSettings, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateClusterSettings
>
Creates a new builder-style object to manufacture UpdateClusterSettingsInput
The setting to use by default for a cluster. This parameter is used to enable CloudWatch
Container Insights for a cluster. If this value is specified, it will override the
containerInsights
value set with PutAccountSetting or
PutAccountSettingDefault.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UpdateClusterSettingsInput
impl Send for UpdateClusterSettingsInput
impl Sync for UpdateClusterSettingsInput
impl Unpin for UpdateClusterSettingsInput
impl UnwindSafe for UpdateClusterSettingsInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more