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