Class: Aws::WorkSpaces::Types::DescribeClientPropertiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeClientPropertiesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_ids ⇒ Array<String>
The resource identifier, in the form of directory IDs.
Instance Attribute Details
#resource_ids ⇒ Array<String>
The resource identifier, in the form of directory IDs.
1921 1922 1923 1924 1925 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1921 class DescribeClientPropertiesRequest < Struct.new( :resource_ids) SENSITIVE = [] include Aws::Structure end |