#[non_exhaustive]pub struct PutAccountSettingDefaultInput { /* private fields */ }Implementations§
source§impl PutAccountSettingDefaultInput
impl PutAccountSettingDefaultInput
sourcepub fn name(&self) -> Option<&SettingName>
pub fn name(&self) -> Option<&SettingName>
The resource name for which to modify the account setting. If serviceLongArnFormat is specified, the ARN for your Amazon ECS services is affected. If taskLongArnFormat is specified, the ARN and resource ID for your Amazon ECS tasks is affected. If containerInstanceLongArnFormat is specified, the ARN and resource ID for your Amazon ECS container instances is affected. If awsvpcTrunking is specified, the ENI limit for your Amazon ECS container instances is affected. If containerInsights is specified, the default setting for CloudWatch Container Insights for your clusters is affected.
Fargate is transitioning from task count-based quotas to vCPU-based quotas. You can set the name to fargateVCPULimit to opt in or opt out of the vCPU-based quotas. For information about the opt in timeline, see Fargate vCPU-based quotas timeline in the Amazon ECS Developer Guide.
source§impl PutAccountSettingDefaultInput
impl PutAccountSettingDefaultInput
sourcepub fn builder() -> PutAccountSettingDefaultInputBuilder
pub fn builder() -> PutAccountSettingDefaultInputBuilder
Creates a new builder-style object to manufacture PutAccountSettingDefaultInput.
source§impl PutAccountSettingDefaultInput
impl PutAccountSettingDefaultInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutAccountSettingDefault, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<PutAccountSettingDefault, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutAccountSettingDefault>
Trait Implementations§
source§impl Clone for PutAccountSettingDefaultInput
impl Clone for PutAccountSettingDefaultInput
source§fn clone(&self) -> PutAccountSettingDefaultInput
fn clone(&self) -> PutAccountSettingDefaultInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq<PutAccountSettingDefaultInput> for PutAccountSettingDefaultInput
impl PartialEq<PutAccountSettingDefaultInput> for PutAccountSettingDefaultInput
source§fn eq(&self, other: &PutAccountSettingDefaultInput) -> bool
fn eq(&self, other: &PutAccountSettingDefaultInput) -> bool
self and other values to be equal, and is used
by ==.