Struct aws_sdk_appstream::model::UserSetting
source · #[non_exhaustive]pub struct UserSetting { /* private fields */ }
Expand description
Describes an action and whether the action is enabled or disabled for users during their streaming sessions.
Implementations§
source§impl UserSetting
impl UserSetting
sourcepub fn permission(&self) -> Option<&Permission>
pub fn permission(&self) -> Option<&Permission>
Indicates whether the action is enabled or disabled.
source§impl UserSetting
impl UserSetting
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UserSetting
.
Trait Implementations§
source§impl Clone for UserSetting
impl Clone for UserSetting
source§fn clone(&self) -> UserSetting
fn clone(&self) -> UserSetting
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