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.
3599 3600 3601 3602 3603 3604 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3599 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.
3599 3600 3601 3602 3603 3604 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3599 class ModifyClientPropertiesRequest < Struct.new( :resource_id, :client_properties) SENSITIVE = [] include Aws::Structure end |