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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/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.



3693
3694
3695
3696
3697
3698
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3693

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)


3693
3694
3695
3696
3697
3698
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3693

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