#[non_exhaustive]pub struct DescribeWorkspaceImagePermissionsOutput { /* private fields */ }
Implementations§
source§impl 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.
source§impl DescribeWorkspaceImagePermissionsOutput
impl DescribeWorkspaceImagePermissionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeWorkspaceImagePermissionsOutput
.
Trait Implementations§
source§impl Clone for DescribeWorkspaceImagePermissionsOutput
impl Clone for DescribeWorkspaceImagePermissionsOutput
source§fn clone(&self) -> DescribeWorkspaceImagePermissionsOutput
fn clone(&self) -> DescribeWorkspaceImagePermissionsOutput
Returns a copy 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 PartialEq<DescribeWorkspaceImagePermissionsOutput> for DescribeWorkspaceImagePermissionsOutput
impl PartialEq<DescribeWorkspaceImagePermissionsOutput> for DescribeWorkspaceImagePermissionsOutput
source§fn eq(&self, other: &DescribeWorkspaceImagePermissionsOutput) -> bool
fn eq(&self, other: &DescribeWorkspaceImagePermissionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.