Class: Aws::SnowDeviceManagement::Types::DescribeDeviceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#managed_device_idString

The ID of the device that you are checking the information of.

Returns:

  • (String)


222
223
224
225
226
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 222

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