Struct aws_sdk_appstream::model::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() -> Builder
pub fn builder() -> Builder
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 more