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

Class: Aws::WorkSpaces::Types::ModifyClientPropertiesRequest

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

Overview

Note:

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

{
  resource_id: "NonEmptyString", # required
  client_properties: { # required
    reconnect_enabled: "ENABLED", # accepts ENABLED, DISABLED
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#client_propertiesTypes::ClientProperties

Information about the Amazon WorkSpaces client.

Returns:

#resource_idString

The resource identifiers, in the form of directory IDs.

Returns:

  • (String)

    The resource identifiers, in the form of directory IDs.