ApplicationSettingsResponse class
Describes the persistent application settings for users of a stack.
Constructors
- ApplicationSettingsResponse({bool? enabled, String? s3BucketName, String? settingsGroup})
-
ApplicationSettingsResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- enabled → bool?
-
Specifies whether persistent application settings are enabled for users
during their streaming sessions.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- s3BucketName → String?
-
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.
final
- settingsGroup → String?
-
The path prefix for the S3 bucket where users’ persistent application
settings are stored.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited