Struct aws_sdk_securityhub::model::AwsEc2VpcDetails
source · [−]#[non_exhaustive]pub struct AwsEc2VpcDetails { /* private fields */ }
Expand description
Details about an EC2 VPC.
Implementations
sourceimpl 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.
sourceimpl AwsEc2VpcDetails
impl AwsEc2VpcDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsEc2VpcDetails
.
Trait Implementations
sourceimpl Clone for AwsEc2VpcDetails
impl Clone for AwsEc2VpcDetails
sourcefn clone(&self) -> AwsEc2VpcDetails
fn clone(&self) -> AwsEc2VpcDetails
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for AwsEc2VpcDetails
impl Debug for AwsEc2VpcDetails
sourceimpl PartialEq<AwsEc2VpcDetails> for AwsEc2VpcDetails
impl PartialEq<AwsEc2VpcDetails> for AwsEc2VpcDetails
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &AwsEc2VpcDetails) -> bool
fn ne(&self, other: &AwsEc2VpcDetails) -> bool
This method tests for !=
.
impl StructuralPartialEq for AwsEc2VpcDetails
Auto Trait Implementations
impl RefUnwindSafe for AwsEc2VpcDetails
impl Send for AwsEc2VpcDetails
impl Sync for AwsEc2VpcDetails
impl Unpin for AwsEc2VpcDetails
impl UnwindSafe for AwsEc2VpcDetails
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more