Class: Aws::WorkSpacesThinClient::Types::GetDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesThinClient::Types::GetDeviceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesthinclient/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the device for which to return information.
Instance Attribute Details
#id ⇒ String
The ID of the device for which to return information.
684 685 686 687 688 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 684 class GetDeviceRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |