Class: Aws::WorkSpaces::Types::ApplicationSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ApplicationSettingsRequest
- Includes:
- Structure
- Defined in:
- 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.
215 216 217 218 219 220 |
# File 'lib/aws-sdk-workspaces/types.rb', line 215 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.
215 216 217 218 219 220 |
# File 'lib/aws-sdk-workspaces/types.rb', line 215 class ApplicationSettingsRequest < Struct.new( :status, :settings_group) SENSITIVE = [] include Aws::Structure end |