Struct aws_sdk_appstream::types::ImagePermissions
source · #[non_exhaustive]pub struct ImagePermissions { /* private fields */ }
Expand description
Describes the permissions for an image.
Implementations§
source§impl ImagePermissions
impl ImagePermissions
sourcepub fn allow_fleet(&self) -> Option<bool>
pub fn allow_fleet(&self) -> Option<bool>
Indicates whether the image can be used for a fleet.
sourcepub fn allow_image_builder(&self) -> Option<bool>
pub fn allow_image_builder(&self) -> Option<bool>
Indicates whether the image can be used for an image builder.
source§impl ImagePermissions
impl ImagePermissions
sourcepub fn builder() -> ImagePermissionsBuilder
pub fn builder() -> ImagePermissionsBuilder
Creates a new builder-style object to manufacture ImagePermissions
.
Trait Implementations§
source§impl Clone for ImagePermissions
impl Clone for ImagePermissions
source§fn clone(&self) -> ImagePermissions
fn clone(&self) -> ImagePermissions
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 ImagePermissions
impl Debug for ImagePermissions
source§impl PartialEq<ImagePermissions> for ImagePermissions
impl PartialEq<ImagePermissions> for ImagePermissions
source§fn eq(&self, other: &ImagePermissions) -> bool
fn eq(&self, other: &ImagePermissions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.