Class: Aws::IoTWireless::Types::StartWirelessDeviceImportTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::StartWirelessDeviceImportTaskResponse
- Defined in:
- gems/aws-sdk-iotwireless/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.
5869 5870 5871 5872 5873 5874 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5869 class StartWirelessDeviceImportTaskResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The import task ID.
5869 5870 5871 5872 5873 5874 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5869 class StartWirelessDeviceImportTaskResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |