#[non_exhaustive]pub struct SetSubnetsOutput { /* private fields */ }
Implementations§
source§impl SetSubnetsOutput
impl SetSubnetsOutput
sourcepub fn availability_zones(&self) -> Option<&[AvailabilityZone]>
pub fn availability_zones(&self) -> Option<&[AvailabilityZone]>
Information about the subnets.
sourcepub fn ip_address_type(&self) -> Option<&IpAddressType>
pub fn ip_address_type(&self) -> Option<&IpAddressType>
[Network Load Balancers] The IP address type.
source§impl SetSubnetsOutput
impl SetSubnetsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SetSubnetsOutput
.
Trait Implementations§
source§impl Clone for SetSubnetsOutput
impl Clone for SetSubnetsOutput
source§fn clone(&self) -> SetSubnetsOutput
fn clone(&self) -> SetSubnetsOutput
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 SetSubnetsOutput
impl Debug for SetSubnetsOutput
source§impl PartialEq<SetSubnetsOutput> for SetSubnetsOutput
impl PartialEq<SetSubnetsOutput> for SetSubnetsOutput
source§fn eq(&self, other: &SetSubnetsOutput) -> bool
fn eq(&self, other: &SetSubnetsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.