#[non_exhaustive]pub struct CreateSubnetGroupOutput { /* private fields */ }Implementations§
source§impl CreateSubnetGroupOutput
impl CreateSubnetGroupOutput
sourcepub fn subnet_group(&self) -> Option<&SubnetGroup>
pub fn subnet_group(&self) -> Option<&SubnetGroup>
Represents the output of a CreateSubnetGroup operation.
source§impl CreateSubnetGroupOutput
impl CreateSubnetGroupOutput
sourcepub fn builder() -> CreateSubnetGroupOutputBuilder
pub fn builder() -> CreateSubnetGroupOutputBuilder
Creates a new builder-style object to manufacture CreateSubnetGroupOutput.
Trait Implementations§
source§impl Clone for CreateSubnetGroupOutput
impl Clone for CreateSubnetGroupOutput
source§fn clone(&self) -> CreateSubnetGroupOutput
fn clone(&self) -> CreateSubnetGroupOutput
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 CreateSubnetGroupOutput
impl Debug for CreateSubnetGroupOutput
source§impl PartialEq<CreateSubnetGroupOutput> for CreateSubnetGroupOutput
impl PartialEq<CreateSubnetGroupOutput> for CreateSubnetGroupOutput
source§fn eq(&self, other: &CreateSubnetGroupOutput) -> bool
fn eq(&self, other: &CreateSubnetGroupOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateSubnetGroupOutput
impl RequestId for CreateSubnetGroupOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.