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.

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

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

Returns:

  • (Boolean)


106
107
108
109
110
111
# File 'lib/aws-sdk-appstream/types.rb', line 106

class ApplicationSettingsResponse < Struct.new(
  :enabled,
  :settings_group,
  :s3_bucket_name)
  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)


106
107
108
109
110
111
# File 'lib/aws-sdk-appstream/types.rb', line 106

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

#settings_groupString

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

Returns:

  • (String)


106
107
108
109
110
111
# File 'lib/aws-sdk-appstream/types.rb', line 106

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