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

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_properties_listArray<Types::ClientPropertiesResult>

Information about the specified Amazon WorkSpaces clients.

Returns:



1745
1746
1747
1748
1749
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1745

class DescribeClientPropertiesResult < Struct.new(
  :client_properties_list)
  SENSITIVE = []
  include Aws::Structure
end