pub struct VPC { /* private fields */ }Expand description
The AWS::EC2::VPC resource type.
Trait Implementations§
Source§impl From<VPCProperties> for VPC
impl From<VPCProperties> for VPC
Source§fn from(properties: VPCProperties) -> VPC
fn from(properties: VPCProperties) -> VPC
Converts to this type from the input type.
Source§impl Resource for VPC
impl Resource for VPC
Source§type Properties = VPCProperties
type Properties = VPCProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &VPCProperties
fn properties(&self) -> &VPCProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut VPCProperties
fn properties_mut(&mut self) -> &mut VPCProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for VPC
impl RefUnwindSafe for VPC
impl Send for VPC
impl Sync for VPC
impl Unpin for VPC
impl UnwindSafe for VPC
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