pub struct VPCEndpointConnectionNotification { /* private fields */ }Expand description
The AWS::EC2::VPCEndpointConnectionNotification resource type.
Trait Implementations§
Source§impl Default for VPCEndpointConnectionNotification
impl Default for VPCEndpointConnectionNotification
Source§fn default() -> VPCEndpointConnectionNotification
fn default() -> VPCEndpointConnectionNotification
Returns the “default value” for a type. Read more
Source§impl From<VPCEndpointConnectionNotificationProperties> for VPCEndpointConnectionNotification
impl From<VPCEndpointConnectionNotificationProperties> for VPCEndpointConnectionNotification
Source§fn from(
properties: VPCEndpointConnectionNotificationProperties,
) -> VPCEndpointConnectionNotification
fn from( properties: VPCEndpointConnectionNotificationProperties, ) -> VPCEndpointConnectionNotification
Converts to this type from the input type.
Source§impl Resource for VPCEndpointConnectionNotification
impl Resource for VPCEndpointConnectionNotification
Source§const TYPE: &'static str = "AWS::EC2::VPCEndpointConnectionNotification"
const TYPE: &'static str = "AWS::EC2::VPCEndpointConnectionNotification"
Uniquely identifies the resource type.
Source§type Properties = VPCEndpointConnectionNotificationProperties
type Properties = VPCEndpointConnectionNotificationProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &VPCEndpointConnectionNotificationProperties
fn properties(&self) -> &VPCEndpointConnectionNotificationProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut VPCEndpointConnectionNotificationProperties
fn properties_mut(&mut self) -> &mut VPCEndpointConnectionNotificationProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for VPCEndpointConnectionNotification
impl RefUnwindSafe for VPCEndpointConnectionNotification
impl Send for VPCEndpointConnectionNotification
impl Sync for VPCEndpointConnectionNotification
impl Unpin for VPCEndpointConnectionNotification
impl UnwindSafe for VPCEndpointConnectionNotification
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