Struct aws_sdk_rds::model::ValidDbInstanceModificationsMessage [−][src]
#[non_exhaustive]pub struct ValidDbInstanceModificationsMessage {
pub storage: Option<Vec<ValidStorageOptions>>,
pub valid_processor_features: Option<Vec<AvailableProcessorFeature>>,
}
Expand description
Information about valid modifications that you can make to your DB instance.
Contains the result of a successful call to the
DescribeValidDBInstanceModifications
action.
You can use this information when you call
ModifyDBInstance
.
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.storage: Option<Vec<ValidStorageOptions>>
Valid storage options for your DB instance.
valid_processor_features: Option<Vec<AvailableProcessorFeature>>
Valid processor features for your DB instance.
Implementations
Valid storage options for your DB instance.
Valid processor features for your DB instance.
Creates a new builder-style object to manufacture ValidDbInstanceModificationsMessage
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 ValidDbInstanceModificationsMessage
impl Sync for ValidDbInstanceModificationsMessage
impl Unpin for ValidDbInstanceModificationsMessage
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