You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ClientProperties as input to an Aws::Client method, you can use a vanilla Hash:

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

Describes an Amazon WorkSpaces client.

Returned by:

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.

Possible values:

  • ENABLED
  • DISABLED

Returns:

  • (String)

    Specifies whether users can cache their credentials on the Amazon WorkSpaces client.