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

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

Overview

Note:

When making an API call, you may pass ClientProperties data as a hash:

{
  reconnect_enabled: "ENABLED", # accepts ENABLED, DISABLED
}

Describes an Amazon WorkSpaces client.

Instance Attribute Summary collapse

Instance Attribute Details

#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)


132
133
134
135
# File 'lib/aws-sdk-workspaces/types.rb', line 132

class ClientProperties < Struct.new(
  :reconnect_enabled)
  include Aws::Structure
end