ApplicationSettingsResponse
public struct ApplicationSettingsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies whether persistent application settings are enabled for users during their streaming sessions.
Declaration
Swift
public let enabled: Bool?
-
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.
Declaration
Swift
public let s3BucketName: String?
-
The path prefix for the S3 bucket where users’ persistent application settings are stored.
Declaration
Swift
public let settingsGroup: String?
-
Undocumented
Declaration
Swift
public init(enabled: Bool? = nil, s3BucketName: String? = nil, settingsGroup: String? = nil)