Struct aws_sdk_dax::input::CreateSubnetGroupInput
source · #[non_exhaustive]pub struct CreateSubnetGroupInput { /* private fields */ }
Implementations§
source§impl CreateSubnetGroupInput
impl CreateSubnetGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateSubnetGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateSubnetGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateSubnetGroup
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateSubnetGroupInput
.
source§impl CreateSubnetGroupInput
impl CreateSubnetGroupInput
sourcepub fn subnet_group_name(&self) -> Option<&str>
pub fn subnet_group_name(&self) -> Option<&str>
A name for the subnet group. This value is stored as a lowercase string.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description for the subnet group
sourcepub fn subnet_ids(&self) -> Option<&[String]>
pub fn subnet_ids(&self) -> Option<&[String]>
A list of VPC subnet IDs for the subnet group.
Trait Implementations§
source§impl Clone for CreateSubnetGroupInput
impl Clone for CreateSubnetGroupInput
source§fn clone(&self) -> CreateSubnetGroupInput
fn clone(&self) -> CreateSubnetGroupInput
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 Debug for CreateSubnetGroupInput
impl Debug for CreateSubnetGroupInput
source§impl PartialEq<CreateSubnetGroupInput> for CreateSubnetGroupInput
impl PartialEq<CreateSubnetGroupInput> for CreateSubnetGroupInput
source§fn eq(&self, other: &CreateSubnetGroupInput) -> bool
fn eq(&self, other: &CreateSubnetGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.