Struct aws_sdk_rds::output::DescribeValidDbInstanceModificationsOutput [−][src]
#[non_exhaustive]pub struct DescribeValidDbInstanceModificationsOutput {
pub valid_db_instance_modifications_message: Option<ValidDbInstanceModificationsMessage>,
}
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.valid_db_instance_modifications_message: Option<ValidDbInstanceModificationsMessage>
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
.
Implementations
pub fn valid_db_instance_modifications_message(
&self
) -> Option<&ValidDbInstanceModificationsMessage>
pub fn valid_db_instance_modifications_message(
&self
) -> Option<&ValidDbInstanceModificationsMessage>
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
.
Creates a new builder-style object to manufacture DescribeValidDbInstanceModificationsOutput
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
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