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.
5917 5918 5919 5920 5921 5922 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5917 class StartSingleWirelessDeviceImportTaskResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The import task ID.
5917 5918 5919 5920 5921 5922 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5917 class StartSingleWirelessDeviceImportTaskResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |