Class: Aws::IoTWireless::Types::StartSingleWirelessDeviceImportTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::StartSingleWirelessDeviceImportTaskResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN (Amazon Resource Name) of the import task.
-
#id ⇒ String
The import task ID.
Instance Attribute Details
#arn ⇒ String
The ARN (Amazon Resource Name) of the import task.
6110 6111 6112 6113 6114 6115 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6110 class StartSingleWirelessDeviceImportTaskResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The import task ID.
6110 6111 6112 6113 6114 6115 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6110 class StartSingleWirelessDeviceImportTaskResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |