Struct aws_sdk_appstream::types::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() -> ApplicationSettingsBuilder
pub fn builder() -> ApplicationSettingsBuilder
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 moresource§impl Debug for ApplicationSettings
impl Debug for ApplicationSettings
source§impl PartialEq<ApplicationSettings> for ApplicationSettings
impl PartialEq<ApplicationSettings> for ApplicationSettings
source§fn eq(&self, other: &ApplicationSettings) -> bool
fn eq(&self, other: &ApplicationSettings) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.