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