Class: Aws::WorkSpacesThinClient::Types::GetDeviceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the device for which to return information.

Returns:

  • (String)


672
673
674
675
676
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 672

class GetDeviceRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end