You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppStream::Types::ApplicationSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ApplicationSettings
- Defined in:
- (unknown)
Overview
When passing ApplicationSettings as input to an Aws::Client method, you can use a vanilla Hash:
{
enabled: false, # required
settings_group: "SettingsGroup",
}
The persistent application settings for users of a stack.
Returned by:
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Enables or disables persistent application settings for users during their streaming sessions.
-
#settings_group ⇒ String
The path prefix for the S3 bucket where users’ persistent application settings are stored.
Instance Attribute Details
#enabled ⇒ Boolean
Enables or disables persistent application settings for users during their streaming sessions.
#settings_group ⇒ String
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.