Struct aws_sdk_securityhub::model::AwsEc2VpcDetails [−][src]
#[non_exhaustive]pub struct AwsEc2VpcDetails {
pub cidr_block_association_set: Option<Vec<CidrBlockAssociation>>,
pub ipv6_cidr_block_association_set: Option<Vec<Ipv6CidrBlockAssociation>>,
pub dhcp_options_id: Option<String>,
pub state: Option<String>,
}Expand description
Details about an EC2 VPC.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.cidr_block_association_set: Option<Vec<CidrBlockAssociation>>Information about the IPv4 CIDR blocks associated with the VPC.
ipv6_cidr_block_association_set: Option<Vec<Ipv6CidrBlockAssociation>>Information about the IPv6 CIDR blocks associated with the VPC.
dhcp_options_id: Option<String>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.
state: Option<String>The current state of the VPC.
Implementations
Information about the IPv4 CIDR blocks associated with the VPC.
Information about the IPv6 CIDR blocks associated with the VPC.
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.
Creates a new builder-style object to manufacture AwsEc2VpcDetails
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
