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.



3906
3907
3908
3909
3910
3911
# File 'lib/aws-sdk-workspaces/types.rb', line 3906

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)


3906
3907
3908
3909
3910
3911
# File 'lib/aws-sdk-workspaces/types.rb', line 3906

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