pub struct DescribeValidDBInstanceModifications { /* private fields */ }Expand description
Fluent builder constructing a request to DescribeValidDBInstanceModifications.
You can call DescribeValidDBInstanceModifications to learn what modifications you can make to your DB instance. You can use this information when you call ModifyDBInstance.
This command doesn't apply to RDS Custom.
Implementations
sourceimpl DescribeValidDBInstanceModifications
impl DescribeValidDBInstanceModifications
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DescribeValidDBInstanceModifications, AwsResponseRetryClassifier>, SdkError<DescribeValidDBInstanceModificationsError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DescribeValidDBInstanceModifications, AwsResponseRetryClassifier>, SdkError<DescribeValidDBInstanceModificationsError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<DescribeValidDbInstanceModificationsOutput, SdkError<DescribeValidDBInstanceModificationsError>>
pub async fn send(
self
) -> Result<DescribeValidDbInstanceModificationsOutput, SdkError<DescribeValidDBInstanceModificationsError>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn db_instance_identifier(self, input: impl Into<String>) -> Self
pub fn db_instance_identifier(self, input: impl Into<String>) -> Self
The customer identifier or the ARN of your DB instance.
sourcepub fn set_db_instance_identifier(self, input: Option<String>) -> Self
pub fn set_db_instance_identifier(self, input: Option<String>) -> Self
The customer identifier or the ARN of your DB instance.
Trait Implementations
sourceimpl Clone for DescribeValidDBInstanceModifications
impl Clone for DescribeValidDBInstanceModifications
sourcefn clone(&self) -> DescribeValidDBInstanceModifications
fn clone(&self) -> DescribeValidDBInstanceModifications
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more