pub struct DescribeVpcEndpointConnectionNotificationsResult {
pub connection_notification_set: Option<Vec<ConnectionNotification>>,
pub next_token: Option<String>,
}Fields§
§connection_notification_set: Option<Vec<ConnectionNotification>>One or more notifications.
next_token: Option<String>The token to use to retrieve the next page of results. This value is null when there are no more results to return.
Trait Implementations§
Source§impl Clone for DescribeVpcEndpointConnectionNotificationsResult
impl Clone for DescribeVpcEndpointConnectionNotificationsResult
Source§fn clone(&self) -> DescribeVpcEndpointConnectionNotificationsResult
fn clone(&self) -> DescribeVpcEndpointConnectionNotificationsResult
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 DescribeVpcEndpointConnectionNotificationsResult
impl Default for DescribeVpcEndpointConnectionNotificationsResult
Source§fn default() -> DescribeVpcEndpointConnectionNotificationsResult
fn default() -> DescribeVpcEndpointConnectionNotificationsResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeVpcEndpointConnectionNotificationsResult
impl PartialEq for DescribeVpcEndpointConnectionNotificationsResult
Source§fn eq(&self, other: &DescribeVpcEndpointConnectionNotificationsResult) -> bool
fn eq(&self, other: &DescribeVpcEndpointConnectionNotificationsResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeVpcEndpointConnectionNotificationsResult
Auto Trait Implementations§
impl Freeze for DescribeVpcEndpointConnectionNotificationsResult
impl RefUnwindSafe for DescribeVpcEndpointConnectionNotificationsResult
impl Send for DescribeVpcEndpointConnectionNotificationsResult
impl Sync for DescribeVpcEndpointConnectionNotificationsResult
impl Unpin for DescribeVpcEndpointConnectionNotificationsResult
impl UnwindSafe for DescribeVpcEndpointConnectionNotificationsResult
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