Struct aws_sdk_workspaces::model::ImagePermission
source · #[non_exhaustive]pub struct ImagePermission { /* private fields */ }Expand description
Describes the Amazon Web Services accounts that have been granted permission to use a shared image. For more information about sharing images, see Share or Unshare a Custom WorkSpaces Image.
Implementations§
source§impl ImagePermission
impl ImagePermission
The identifier of the Amazon Web Services account that an image has been shared with.
source§impl ImagePermission
impl ImagePermission
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImagePermission.
Trait Implementations§
source§impl Clone for ImagePermission
impl Clone for ImagePermission
source§fn clone(&self) -> ImagePermission
fn clone(&self) -> ImagePermission
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 Debug for ImagePermission
impl Debug for ImagePermission
source§impl PartialEq<ImagePermission> for ImagePermission
impl PartialEq<ImagePermission> for ImagePermission
source§fn eq(&self, other: &ImagePermission) -> bool
fn eq(&self, other: &ImagePermission) -> bool
This method tests for
self and other values to be equal, and is used
by ==.