Struct aws_sdk_redshift::input::ModifyUsageLimitInput
source · [−]#[non_exhaustive]pub struct ModifyUsageLimitInput {
pub usage_limit_id: Option<String>,
pub amount: Option<i64>,
pub breach_action: Option<UsageLimitBreachAction>,
}
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.usage_limit_id: Option<String>
The identifier of the usage limit to modify.
amount: Option<i64>
The new limit amount. For more information about this parameter, see UsageLimit
.
breach_action: Option<UsageLimitBreachAction>
The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit
.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyUsageLimit, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyUsageLimit, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ModifyUsageLimit
>
Creates a new builder-style object to manufacture ModifyUsageLimitInput
The identifier of the usage limit to modify.
The new limit amount. For more information about this parameter, see UsageLimit
.
The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit
.
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 ModifyUsageLimitInput
impl Send for ModifyUsageLimitInput
impl Sync for ModifyUsageLimitInput
impl Unpin for ModifyUsageLimitInput
impl UnwindSafe for ModifyUsageLimitInput
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