Class: Aws::AppStream::Types::ApplicationSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb

Overview

The persistent application settings for users of a stack.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

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

Returns:

  • (Boolean)


367
368
369
370
371
372
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 367

class ApplicationSettings < Struct.new(
  :enabled,
  :settings_group)
  SENSITIVE = []
  include Aws::Structure
end

#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)


367
368
369
370
371
372
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 367

class ApplicationSettings < Struct.new(
  :enabled,
  :settings_group)
  SENSITIVE = []
  include Aws::Structure
end