Struct aws_sdk_memorydb::input::UpdateParameterGroupInput [−][src]
#[non_exhaustive]pub struct UpdateParameterGroupInput {
pub parameter_group_name: Option<String>,
pub parameter_name_values: Option<Vec<ParameterNameValue>>,
}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.parameter_group_name: Option<String>The name of the parameter group to update.
parameter_name_values: Option<Vec<ParameterNameValue>>An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be updated per request.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateParameterGroup, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateParameterGroup, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateParameterGroup>
Creates a new builder-style object to manufacture UpdateParameterGroupInput
The name of the parameter group to update.
An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be updated per request.
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 UpdateParameterGroupInput
impl Send for UpdateParameterGroupInput
impl Sync for UpdateParameterGroupInput
impl Unpin for UpdateParameterGroupInput
impl UnwindSafe for UpdateParameterGroupInput
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
