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.
1933 1934 1935 1936 1937 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1933 class DescribeClientPropertiesResult < Struct.new( :client_properties_list) SENSITIVE = [] include Aws::Structure end |