Class: Aws::WorkSpaces::Types::ApplicationSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ApplicationSettingsResponse
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Describes the persistent application settings for WorkSpaces Pools users.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_bucket_name ⇒ String
The S3 bucket where users’ persistent application settings are stored.
-
#settings_group ⇒ String
The path prefix for the S3 bucket where users’ persistent application settings are stored.
-
#status ⇒ String
Specifies whether persistent application settings are enabled for users during their pool sessions.
Instance Attribute Details
#s3_bucket_name ⇒ 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 Amazon Web Services Region, an S3 bucket is created. The bucket is unique to the Amazon Web Services account and the Region.
245 246 247 248 249 250 251 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 245 class ApplicationSettingsResponse < Struct.new( :status, :settings_group, :s3_bucket_name) SENSITIVE = [] include Aws::Structure end |
#settings_group ⇒ String
The path prefix for the S3 bucket where users’ persistent application settings are stored.
245 246 247 248 249 250 251 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 245 class ApplicationSettingsResponse < Struct.new( :status, :settings_group, :s3_bucket_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Specifies whether persistent application settings are enabled for users during their pool sessions.
245 246 247 248 249 250 251 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 245 class ApplicationSettingsResponse < Struct.new( :status, :settings_group, :s3_bucket_name) SENSITIVE = [] include Aws::Structure end |