Class: Aws::WorkSpacesThinClient::Types::UpdateDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesThinClient::Types::UpdateDeviceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesthinclient/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#desired_software_set_id ⇒ String
The ID of the software set to apply.
-
#id ⇒ String
The ID of the device to update.
-
#name ⇒ String
The name of the device to update.
-
#software_set_update_schedule ⇒ String
An option to define if software updates should be applied within a maintenance window.
Instance Attribute Details
#desired_software_set_id ⇒ String
The ID of the software set to apply.
1251 1252 1253 1254 1255 1256 1257 1258 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1251 class UpdateDeviceRequest < Struct.new( :id, :name, :desired_software_set_id, :software_set_update_schedule) SENSITIVE = [:name] include Aws::Structure end |
#id ⇒ String
The ID of the device to update.
1251 1252 1253 1254 1255 1256 1257 1258 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1251 class UpdateDeviceRequest < Struct.new( :id, :name, :desired_software_set_id, :software_set_update_schedule) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the device to update.
1251 1252 1253 1254 1255 1256 1257 1258 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1251 class UpdateDeviceRequest < Struct.new( :id, :name, :desired_software_set_id, :software_set_update_schedule) SENSITIVE = [:name] include Aws::Structure end |
#software_set_update_schedule ⇒ String
An option to define if software updates should be applied within a maintenance window.
1251 1252 1253 1254 1255 1256 1257 1258 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1251 class UpdateDeviceRequest < Struct.new( :id, :name, :desired_software_set_id, :software_set_update_schedule) SENSITIVE = [:name] include Aws::Structure end |