#[non_exhaustive]pub struct VpcInfoCidrBlockSetDetails { /* private fields */ }
Expand description
Provides details about the IPv4 CIDR blocks for the VPC.
Implementations§
source§impl VpcInfoCidrBlockSetDetails
impl VpcInfoCidrBlockSetDetails
sourcepub fn cidr_block(&self) -> Option<&str>
pub fn cidr_block(&self) -> Option<&str>
The IPv4 CIDR block for the VPC.
source§impl VpcInfoCidrBlockSetDetails
impl VpcInfoCidrBlockSetDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VpcInfoCidrBlockSetDetails
.
Trait Implementations§
source§impl Clone for VpcInfoCidrBlockSetDetails
impl Clone for VpcInfoCidrBlockSetDetails
source§fn clone(&self) -> VpcInfoCidrBlockSetDetails
fn clone(&self) -> VpcInfoCidrBlockSetDetails
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 more