Class: Aws::WorkSpaces::Types::ApplicationSettingsResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#s3_bucket_nameString

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.

Returns:

  • (String)


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_groupString

The path prefix for the S3 bucket where users’ persistent application settings are stored.

Returns:

  • (String)


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

#statusString

Specifies whether persistent application settings are enabled for users during their pool sessions.

Returns:

  • (String)


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