#[non_exhaustive]pub struct DescribeWorkspaceImagePermissionsOutput { /* private fields */ }Implementations
sourceimpl DescribeWorkspaceImagePermissionsOutput
impl DescribeWorkspaceImagePermissionsOutput
sourcepub fn image_permissions(&self) -> Option<&[ImagePermission]>
pub fn image_permissions(&self) -> Option<&[ImagePermission]>
The identifiers of the Amazon Web Services accounts that the image has been shared with.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
sourceimpl DescribeWorkspaceImagePermissionsOutput
impl DescribeWorkspaceImagePermissionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeWorkspaceImagePermissionsOutput.
Trait Implementations
sourceimpl Clone for DescribeWorkspaceImagePermissionsOutput
impl Clone for DescribeWorkspaceImagePermissionsOutput
sourcefn clone(&self) -> DescribeWorkspaceImagePermissionsOutput
fn clone(&self) -> DescribeWorkspaceImagePermissionsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DescribeWorkspaceImagePermissionsOutput> for DescribeWorkspaceImagePermissionsOutput
impl PartialEq<DescribeWorkspaceImagePermissionsOutput> for DescribeWorkspaceImagePermissionsOutput
sourcefn eq(&self, other: &DescribeWorkspaceImagePermissionsOutput) -> bool
fn eq(&self, other: &DescribeWorkspaceImagePermissionsOutput) -> bool
impl StructuralPartialEq for DescribeWorkspaceImagePermissionsOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeWorkspaceImagePermissionsOutput
impl Send for DescribeWorkspaceImagePermissionsOutput
impl Sync for DescribeWorkspaceImagePermissionsOutput
impl Unpin for DescribeWorkspaceImagePermissionsOutput
impl UnwindSafe for DescribeWorkspaceImagePermissionsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more