Class: Aws::SnowDeviceManagement::Types::DescribeDeviceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::DescribeDeviceInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowdevicemanagement/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_device_id ⇒ String
The ID of the device that you are checking the information of.
Instance Attribute Details
#managed_device_id ⇒ String
The ID of the device that you are checking the information of.
222 223 224 225 226 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 222 class DescribeDeviceInput < Struct.new( :managed_device_id) SENSITIVE = [] include Aws::Structure end |