#[non_exhaustive]pub struct DisableGatewayOutput { /* private fields */ }Expand description
DisableGatewayOutput
Implementations§
source§impl DisableGatewayOutput
impl DisableGatewayOutput
sourcepub fn gateway_arn(&self) -> Option<&str>
pub fn gateway_arn(&self) -> Option<&str>
The unique Amazon Resource Name (ARN) of the disabled gateway.
source§impl DisableGatewayOutput
impl DisableGatewayOutput
sourcepub fn builder() -> DisableGatewayOutputBuilder
pub fn builder() -> DisableGatewayOutputBuilder
Creates a new builder-style object to manufacture DisableGatewayOutput.
Trait Implementations§
source§impl Clone for DisableGatewayOutput
impl Clone for DisableGatewayOutput
source§fn clone(&self) -> DisableGatewayOutput
fn clone(&self) -> DisableGatewayOutput
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 DisableGatewayOutput
impl Debug for DisableGatewayOutput
source§impl PartialEq<DisableGatewayOutput> for DisableGatewayOutput
impl PartialEq<DisableGatewayOutput> for DisableGatewayOutput
source§fn eq(&self, other: &DisableGatewayOutput) -> bool
fn eq(&self, other: &DisableGatewayOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DisableGatewayOutput
impl RequestId for DisableGatewayOutput
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.impl StructuralPartialEq for DisableGatewayOutput
Auto Trait Implementations§
impl RefUnwindSafe for DisableGatewayOutput
impl Send for DisableGatewayOutput
impl Sync for DisableGatewayOutput
impl Unpin for DisableGatewayOutput
impl UnwindSafe for DisableGatewayOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more