You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the persistent application settings for users of a stack.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

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

Returns:

  • (Boolean)

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

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

    The S3 bucket where users’ persistent application settings are stored.

#settings_groupString

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

Returns:

  • (String)

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