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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#enabledBoolean

Enables or disables persistent application settings for users during their streaming sessions.

Returns:

  • (Boolean)

    Enables or disables persistent application settings for users during their streaming sessions.

#settings_groupString

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.

Returns:

  • (String)

    The path prefix for the S3 bucket where users’ persistent application settings are stored.