#[non_exhaustive]pub struct DeleteSubnetGroupOutput { /* private fields */ }Implementations§
source§impl DeleteSubnetGroupOutput
impl DeleteSubnetGroupOutput
sourcepub fn deletion_message(&self) -> Option<&str>
pub fn deletion_message(&self) -> Option<&str>
A user-specified message for this action (i.e., a reason for deleting the subnet group).
source§impl DeleteSubnetGroupOutput
impl DeleteSubnetGroupOutput
sourcepub fn builder() -> DeleteSubnetGroupOutputBuilder
pub fn builder() -> DeleteSubnetGroupOutputBuilder
Creates a new builder-style object to manufacture DeleteSubnetGroupOutput.
Trait Implementations§
source§impl Clone for DeleteSubnetGroupOutput
impl Clone for DeleteSubnetGroupOutput
source§fn clone(&self) -> DeleteSubnetGroupOutput
fn clone(&self) -> DeleteSubnetGroupOutput
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 DeleteSubnetGroupOutput
impl Debug for DeleteSubnetGroupOutput
source§impl PartialEq<DeleteSubnetGroupOutput> for DeleteSubnetGroupOutput
impl PartialEq<DeleteSubnetGroupOutput> for DeleteSubnetGroupOutput
source§fn eq(&self, other: &DeleteSubnetGroupOutput) -> bool
fn eq(&self, other: &DeleteSubnetGroupOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteSubnetGroupOutput
impl RequestId for DeleteSubnetGroupOutput
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.