Struct aws_sdk_memorydb::model::Parameter [−][src]
#[non_exhaustive]pub struct Parameter {
pub name: Option<String>,
pub value: Option<String>,
pub description: Option<String>,
pub data_type: Option<String>,
pub allowed_values: Option<String>,
pub minimum_engine_version: Option<String>,
}Expand description
Describes an individual setting that controls some aspect of MemoryDB behavior.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.name: Option<String>The name of the parameter
value: Option<String>The value of the parameter
description: Option<String>A description of the parameter
data_type: Option<String>The parameter's data type
allowed_values: Option<String>The valid range of values for the parameter.
minimum_engine_version: Option<String>The earliest engine version to which the parameter can apply.
Implementations
A description of the parameter
The valid range of values for the parameter.
The earliest engine version to which the parameter can apply.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Parameter
impl UnwindSafe for Parameter
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
