Class: Aws::WorkSpaces::Types::DescribeClientPropertiesResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#client_properties_listArray<Types::ClientPropertiesResult>

Information about the specified Amazon WorkSpaces clients.

Returns:



507
508
509
510
# File 'lib/aws-sdk-workspaces/types.rb', line 507

class DescribeClientPropertiesResult < Struct.new(
  :client_properties_list)
  include Aws::Structure
end