Struct aws_sdk_securityhub::model::AwsEc2VpcDetails
source · #[non_exhaustive]pub struct AwsEc2VpcDetails { /* private fields */ }
Expand description
Details about an EC2 VPC.
Implementations§
source§impl AwsEc2VpcDetails
impl AwsEc2VpcDetails
sourcepub fn cidr_block_association_set(&self) -> Option<&[CidrBlockAssociation]>
pub fn cidr_block_association_set(&self) -> Option<&[CidrBlockAssociation]>
Information about the IPv4 CIDR blocks associated with the VPC.
sourcepub fn ipv6_cidr_block_association_set(
&self
) -> Option<&[Ipv6CidrBlockAssociation]>
pub fn ipv6_cidr_block_association_set(
&self
) -> Option<&[Ipv6CidrBlockAssociation]>
Information about the IPv6 CIDR blocks associated with the VPC.
sourcepub fn dhcp_options_id(&self) -> Option<&str>
pub fn dhcp_options_id(&self) -> Option<&str>
The identifier of the set of Dynamic Host Configuration Protocol (DHCP) options that are associated with the VPC. If the default options are associated with the VPC, then this is default.
source§impl AwsEc2VpcDetails
impl AwsEc2VpcDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsEc2VpcDetails
.
Trait Implementations§
source§impl Clone for AwsEc2VpcDetails
impl Clone for AwsEc2VpcDetails
source§fn clone(&self) -> AwsEc2VpcDetails
fn clone(&self) -> AwsEc2VpcDetails
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 AwsEc2VpcDetails
impl Debug for AwsEc2VpcDetails
source§impl PartialEq<AwsEc2VpcDetails> for AwsEc2VpcDetails
impl PartialEq<AwsEc2VpcDetails> for AwsEc2VpcDetails
source§fn eq(&self, other: &AwsEc2VpcDetails) -> bool
fn eq(&self, other: &AwsEc2VpcDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.