#[non_exhaustive]pub struct DescribeCustomerGatewaysOutput { /* private fields */ }
Expand description
Contains the output of DescribeCustomerGateways.
Implementations§
source§impl DescribeCustomerGatewaysOutput
impl DescribeCustomerGatewaysOutput
sourcepub fn customer_gateways(&self) -> Option<&[CustomerGateway]>
pub fn customer_gateways(&self) -> Option<&[CustomerGateway]>
Information about one or more customer gateways.
source§impl DescribeCustomerGatewaysOutput
impl DescribeCustomerGatewaysOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeCustomerGatewaysOutput
.
Trait Implementations§
source§impl Clone for DescribeCustomerGatewaysOutput
impl Clone for DescribeCustomerGatewaysOutput
source§fn clone(&self) -> DescribeCustomerGatewaysOutput
fn clone(&self) -> DescribeCustomerGatewaysOutput
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<DescribeCustomerGatewaysOutput> for DescribeCustomerGatewaysOutput
impl PartialEq<DescribeCustomerGatewaysOutput> for DescribeCustomerGatewaysOutput
source§fn eq(&self, other: &DescribeCustomerGatewaysOutput) -> bool
fn eq(&self, other: &DescribeCustomerGatewaysOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.