Class: Aws::AppStream::Types::ApplicationSettingsResponse

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

Overview

Describes the persistent application settings for users of a stack.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Specifies whether persistent application settings are enabled for users during their streaming sessions.

Returns:

  • (Boolean)

240
241
242
243
244
245
246
# File 'lib/aws-sdk-appstream/types.rb', line 240

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

#s3_bucket_nameString

The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.

Returns:

  • (String)

240
241
242
243
244
245
246
# File 'lib/aws-sdk-appstream/types.rb', line 240

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

#settings_groupString

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

Returns:

  • (String)

240
241
242
243
244
245
246
# File 'lib/aws-sdk-appstream/types.rb', line 240

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