pub struct DescribeVpcEndpointServicePermissionsResult {
pub allowed_principals: Option<Vec<AllowedPrincipal>>,
pub next_token: Option<String>,
}Fields§
§allowed_principals: Option<Vec<AllowedPrincipal>>Information about one or more allowed principals.
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 DescribeVpcEndpointServicePermissionsResult
impl Clone for DescribeVpcEndpointServicePermissionsResult
Source§fn clone(&self) -> DescribeVpcEndpointServicePermissionsResult
fn clone(&self) -> DescribeVpcEndpointServicePermissionsResult
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 DescribeVpcEndpointServicePermissionsResult
impl Default for DescribeVpcEndpointServicePermissionsResult
Source§fn default() -> DescribeVpcEndpointServicePermissionsResult
fn default() -> DescribeVpcEndpointServicePermissionsResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeVpcEndpointServicePermissionsResult
impl PartialEq for DescribeVpcEndpointServicePermissionsResult
Source§fn eq(&self, other: &DescribeVpcEndpointServicePermissionsResult) -> bool
fn eq(&self, other: &DescribeVpcEndpointServicePermissionsResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeVpcEndpointServicePermissionsResult
Auto Trait Implementations§
impl Freeze for DescribeVpcEndpointServicePermissionsResult
impl RefUnwindSafe for DescribeVpcEndpointServicePermissionsResult
impl Send for DescribeVpcEndpointServicePermissionsResult
impl Sync for DescribeVpcEndpointServicePermissionsResult
impl Unpin for DescribeVpcEndpointServicePermissionsResult
impl UnwindSafe for DescribeVpcEndpointServicePermissionsResult
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