Class: Aws::WorkSpaces::Types::ModifyClientPropertiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ModifyClientPropertiesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_properties ⇒ Types::ClientProperties
Information about the Amazon WorkSpaces client.
-
#resource_id ⇒ String
The resource identifiers, in the form of directory IDs.
Instance Attribute Details
#client_properties ⇒ Types::ClientProperties
Information about the Amazon WorkSpaces client.
3895 3896 3897 3898 3899 3900 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3895 class ModifyClientPropertiesRequest < Struct.new( :resource_id, :client_properties) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource identifiers, in the form of directory IDs.
3895 3896 3897 3898 3899 3900 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3895 class ModifyClientPropertiesRequest < Struct.new( :resource_id, :client_properties) SENSITIVE = [] include Aws::Structure end |