Struct aws_sdk_redshift::input::ModifyAquaConfigurationInput [−][src]
#[non_exhaustive]pub struct ModifyAquaConfigurationInput {
pub cluster_identifier: Option<String>,
pub aqua_configuration_status: Option<AquaConfigurationStatus>,
}
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_identifier: Option<String>
The identifier of the cluster to be modified.
aqua_configuration_status: Option<AquaConfigurationStatus>
The new value of AQUA configuration status. Possible values include the following.
-
enabled - Use AQUA if it is available for the current Amazon Web Services Region and Amazon Redshift node type.
-
disabled - Don't use AQUA.
-
auto - Amazon Redshift determines whether to use AQUA.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyAquaConfiguration, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyAquaConfiguration, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ModifyAquaConfiguration
>
Creates a new builder-style object to manufacture ModifyAquaConfigurationInput
The identifier of the cluster to be modified.
The new value of AQUA configuration status. Possible values include the following.
-
enabled - Use AQUA if it is available for the current Amazon Web Services Region and Amazon Redshift node type.
-
disabled - Don't use AQUA.
-
auto - Amazon Redshift determines whether to use AQUA.
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 Send for ModifyAquaConfigurationInput
impl Sync for ModifyAquaConfigurationInput
impl Unpin for ModifyAquaConfigurationInput
impl UnwindSafe for ModifyAquaConfigurationInput
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