Class: Aws::IoTWireless::Types::GetWirelessDeviceImportTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetWirelessDeviceImportTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the import task for which information is requested.
Instance Attribute Details
#id ⇒ String
The identifier of the import task for which information is requested.
2549 2550 2551 2552 2553 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2549 class GetWirelessDeviceImportTaskRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |