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

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 ModifyClientPropertiesRequest data as a hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#client_propertiesTypes::ClientProperties

Information about the Amazon WorkSpaces client.



1131
1132
1133
1134
1135
# File 'lib/aws-sdk-workspaces/types.rb', line 1131

class ModifyClientPropertiesRequest < Struct.new(
  :resource_id,
  :client_properties)
  include Aws::Structure
end

#resource_idString

The resource identifiers, in the form of directory IDs.

Returns:

  • (String)


1131
1132
1133
1134
1135
# File 'lib/aws-sdk-workspaces/types.rb', line 1131

class ModifyClientPropertiesRequest < Struct.new(
  :resource_id,
  :client_properties)
  include Aws::Structure
end