Struct aws_sdk_iot::types::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() -> VpcDestinationPropertiesBuilder
pub fn builder() -> VpcDestinationPropertiesBuilder
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 ==
.impl StructuralPartialEq for VpcDestinationProperties
Auto Trait Implementations§
impl RefUnwindSafe for VpcDestinationProperties
impl Send for VpcDestinationProperties
impl Sync for VpcDestinationProperties
impl Unpin for VpcDestinationProperties
impl UnwindSafe for VpcDestinationProperties
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more