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:



1608
1609
1610
1611
1612
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1608

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