pub struct CreateVpcEndpointConnectionNotificationResult {
pub client_token: Option<String>,
pub connection_notification: Option<ConnectionNotification>,
}Fields§
§client_token: Option<String>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
connection_notification: Option<ConnectionNotification>Information about the notification.
Trait Implementations§
Source§impl Clone for CreateVpcEndpointConnectionNotificationResult
impl Clone for CreateVpcEndpointConnectionNotificationResult
Source§fn clone(&self) -> CreateVpcEndpointConnectionNotificationResult
fn clone(&self) -> CreateVpcEndpointConnectionNotificationResult
Returns a duplicate 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 Default for CreateVpcEndpointConnectionNotificationResult
impl Default for CreateVpcEndpointConnectionNotificationResult
Source§fn default() -> CreateVpcEndpointConnectionNotificationResult
fn default() -> CreateVpcEndpointConnectionNotificationResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateVpcEndpointConnectionNotificationResult
impl PartialEq for CreateVpcEndpointConnectionNotificationResult
Source§fn eq(&self, other: &CreateVpcEndpointConnectionNotificationResult) -> bool
fn eq(&self, other: &CreateVpcEndpointConnectionNotificationResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateVpcEndpointConnectionNotificationResult
Auto Trait Implementations§
impl Freeze for CreateVpcEndpointConnectionNotificationResult
impl RefUnwindSafe for CreateVpcEndpointConnectionNotificationResult
impl Send for CreateVpcEndpointConnectionNotificationResult
impl Sync for CreateVpcEndpointConnectionNotificationResult
impl Unpin for CreateVpcEndpointConnectionNotificationResult
impl UnwindSafe for CreateVpcEndpointConnectionNotificationResult
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