Class: Aws::WorkSpaces::Types::ApplicationSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ApplicationSettingsRequest
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
The persistent application settings for WorkSpaces Pools users.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#settings_group ⇒ String
The path prefix for the S3 bucket where users’ persistent application settings are stored.
-
#status ⇒ String
Enables or disables persistent application settings for users during their pool sessions.
Instance Attribute Details
#settings_group ⇒ String
The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple pools by specifying the same settings group for each pool.
254 255 256 257 258 259 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 254 class ApplicationSettingsRequest < Struct.new( :status, :settings_group) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Enables or disables persistent application settings for users during their pool sessions.
254 255 256 257 258 259 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 254 class ApplicationSettingsRequest < Struct.new( :status, :settings_group) SENSITIVE = [] include Aws::Structure end |