Struct aws_sdk_workspaces::model::ImagePermission
source · [−]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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.The identifier of the Amazon Web Services account that an image has been shared with.
Implementations
The identifier of the Amazon Web Services account that an image has been shared with.
Creates a new builder-style object to manufacture ImagePermission
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ImagePermission
impl Send for ImagePermission
impl Sync for ImagePermission
impl Unpin for ImagePermission
impl UnwindSafe for ImagePermission
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more