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.
3639 3640 3641 3642 3643 3644 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3639 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.
3639 3640 3641 3642 3643 3644 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3639 class ModifyClientPropertiesRequest < Struct.new( :resource_id, :client_properties) SENSITIVE = [] include Aws::Structure end |