Class: Aws::WorkSpaces::Types::DescribeClientPropertiesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeClientPropertiesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_properties_list ⇒ Array<Types::ClientPropertiesResult>
Information about the specified Amazon WorkSpaces clients.
Instance Attribute Details
#client_properties_list ⇒ Array<Types::ClientPropertiesResult>
Information about the specified Amazon WorkSpaces clients.
2005 2006 2007 2008 2009 |
# File 'lib/aws-sdk-workspaces/types.rb', line 2005 class DescribeClientPropertiesResult < Struct.new( :client_properties_list) SENSITIVE = [] include Aws::Structure end |