Class: Aws::WorkSpaces::Types::ClientProperties

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

Describes an Amazon WorkSpaces client.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_upload_enabledString

Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client. When enabled, the log files will be sent to WorkSpaces automatically and will be applied to all users in the specified directory.

Returns:

  • (String)


388
389
390
391
392
393
# File 'lib/aws-sdk-workspaces/types.rb', line 388

class ClientProperties < Struct.new(
  :reconnect_enabled,
  :log_upload_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#reconnect_enabledString

Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials.

Returns:

  • (String)


388
389
390
391
392
393
# File 'lib/aws-sdk-workspaces/types.rb', line 388

class ClientProperties < Struct.new(
  :reconnect_enabled,
  :log_upload_enabled)
  SENSITIVE = []
  include Aws::Structure
end