Class: Aws::WorkSpaces::Types::ClientPropertiesResult

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

Overview

Information about the Amazon WorkSpaces client.

Instance Attribute Summary collapse

Instance Attribute Details

#client_propertiesTypes::ClientProperties

Information about the Amazon WorkSpaces client.



149
150
151
152
153
# File 'lib/aws-sdk-workspaces/types.rb', line 149

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

#resource_idString

The resource identifier, in the form of a directory ID.

Returns:

  • (String)


149
150
151
152
153
# File 'lib/aws-sdk-workspaces/types.rb', line 149

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