Struct aws_sdk_appstream::model::ApplicationSettings
source · #[non_exhaustive]pub struct ApplicationSettings { /* private fields */ }
Expand description
The persistent application settings for users of a stack.
Implementations§
source§impl ApplicationSettings
impl ApplicationSettings
sourcepub fn enabled(&self) -> bool
pub fn enabled(&self) -> bool
Enables or disables persistent application settings for users during their streaming sessions.
sourcepub fn settings_group(&self) -> Option<&str>
pub fn settings_group(&self) -> Option<&str>
The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
source§impl ApplicationSettings
impl ApplicationSettings
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ApplicationSettings
.
Trait Implementations§
source§impl Clone for ApplicationSettings
impl Clone for ApplicationSettings
source§fn clone(&self) -> ApplicationSettings
fn clone(&self) -> ApplicationSettings
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