#[non_exhaustive]pub struct ModifyClusterSubnetGroupInput { /* private fields */ }
Expand description
Implementations§
source§impl ModifyClusterSubnetGroupInput
impl ModifyClusterSubnetGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyClusterSubnetGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyClusterSubnetGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ModifyClusterSubnetGroup
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyClusterSubnetGroupInput
.
source§impl ModifyClusterSubnetGroupInput
impl ModifyClusterSubnetGroupInput
sourcepub fn cluster_subnet_group_name(&self) -> Option<&str>
pub fn cluster_subnet_group_name(&self) -> Option<&str>
The name of the subnet group to be modified.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A text description of the subnet group to be modified.
sourcepub fn subnet_ids(&self) -> Option<&[String]>
pub fn subnet_ids(&self) -> Option<&[String]>
An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
Trait Implementations§
source§impl Clone for ModifyClusterSubnetGroupInput
impl Clone for ModifyClusterSubnetGroupInput
source§fn clone(&self) -> ModifyClusterSubnetGroupInput
fn clone(&self) -> ModifyClusterSubnetGroupInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<ModifyClusterSubnetGroupInput> for ModifyClusterSubnetGroupInput
impl PartialEq<ModifyClusterSubnetGroupInput> for ModifyClusterSubnetGroupInput
source§fn eq(&self, other: &ModifyClusterSubnetGroupInput) -> bool
fn eq(&self, other: &ModifyClusterSubnetGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.