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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_propertiesTypes::ClientProperties

Information about the Amazon WorkSpaces client.



3225
3226
3227
3228
3229
3230
# File 'lib/aws-sdk-workspaces/types.rb', line 3225

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

#resource_idString

The resource identifiers, in the form of directory IDs.

Returns:

  • (String)


3225
3226
3227
3228
3229
3230
# File 'lib/aws-sdk-workspaces/types.rb', line 3225

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