#[non_exhaustive]pub struct GetGatewayOutput { /* private fields */ }Implementations§
source§impl GetGatewayOutput
impl GetGatewayOutput
sourcepub fn gateway(&self) -> Option<&GatewayDetails>
pub fn gateway(&self) -> Option<&GatewayDetails>
By providing the ARN (Amazon Resource Name), this API returns the gateway.
source§impl GetGatewayOutput
impl GetGatewayOutput
sourcepub fn builder() -> GetGatewayOutputBuilder
pub fn builder() -> GetGatewayOutputBuilder
Creates a new builder-style object to manufacture GetGatewayOutput.
Trait Implementations§
source§impl Clone for GetGatewayOutput
impl Clone for GetGatewayOutput
source§fn clone(&self) -> GetGatewayOutput
fn clone(&self) -> GetGatewayOutput
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 GetGatewayOutput
impl Debug for GetGatewayOutput
source§impl PartialEq<GetGatewayOutput> for GetGatewayOutput
impl PartialEq<GetGatewayOutput> for GetGatewayOutput
source§fn eq(&self, other: &GetGatewayOutput) -> bool
fn eq(&self, other: &GetGatewayOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetGatewayOutput
impl RequestId for GetGatewayOutput
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.