Class: Aws::IoTWireless::Types::StartWirelessDeviceImportTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::StartWirelessDeviceImportTaskResponse
- 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.
6156 6157 6158 6159 6160 6161 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6156 class StartWirelessDeviceImportTaskResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The import task ID.
6156 6157 6158 6159 6160 6161 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6156 class StartWirelessDeviceImportTaskResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |