#[non_exhaustive]pub struct DeleteEgressOnlyInternetGatewayOutput { /* private fields */ }
Implementations§
source§impl DeleteEgressOnlyInternetGatewayOutput
impl DeleteEgressOnlyInternetGatewayOutput
sourcepub fn return_code(&self) -> Option<bool>
pub fn return_code(&self) -> Option<bool>
Returns true
if the request succeeds; otherwise, it returns an error.
source§impl DeleteEgressOnlyInternetGatewayOutput
impl DeleteEgressOnlyInternetGatewayOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteEgressOnlyInternetGatewayOutput
.
Trait Implementations§
source§impl Clone for DeleteEgressOnlyInternetGatewayOutput
impl Clone for DeleteEgressOnlyInternetGatewayOutput
source§fn clone(&self) -> DeleteEgressOnlyInternetGatewayOutput
fn clone(&self) -> DeleteEgressOnlyInternetGatewayOutput
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<DeleteEgressOnlyInternetGatewayOutput> for DeleteEgressOnlyInternetGatewayOutput
impl PartialEq<DeleteEgressOnlyInternetGatewayOutput> for DeleteEgressOnlyInternetGatewayOutput
source§fn eq(&self, other: &DeleteEgressOnlyInternetGatewayOutput) -> bool
fn eq(&self, other: &DeleteEgressOnlyInternetGatewayOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.