Struct aws_sdk_iot::model::VpcDestinationSummary
source · #[non_exhaustive]pub struct VpcDestinationSummary { /* private fields */ }
Expand description
The summary of a virtual private cloud (VPC) destination.
Implementations§
source§impl VpcDestinationSummary
impl VpcDestinationSummary
sourcepub fn subnet_ids(&self) -> Option<&[String]>
pub fn subnet_ids(&self) -> Option<&[String]>
The subnet IDs of the VPC destination.
sourcepub fn security_groups(&self) -> Option<&[String]>
pub fn security_groups(&self) -> Option<&[String]>
The security groups of the VPC destination.
source§impl VpcDestinationSummary
impl VpcDestinationSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VpcDestinationSummary
.
Trait Implementations§
source§impl Clone for VpcDestinationSummary
impl Clone for VpcDestinationSummary
source§fn clone(&self) -> VpcDestinationSummary
fn clone(&self) -> VpcDestinationSummary
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 VpcDestinationSummary
impl Debug for VpcDestinationSummary
source§impl PartialEq<VpcDestinationSummary> for VpcDestinationSummary
impl PartialEq<VpcDestinationSummary> for VpcDestinationSummary
source§fn eq(&self, other: &VpcDestinationSummary) -> bool
fn eq(&self, other: &VpcDestinationSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.