Class: Aws::IoTWireless::Types::StartSingleWirelessDeviceImportTaskResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN (Amazon Resource Name) of the import task.

Returns:

  • (String)


5810
5811
5812
5813
5814
5815
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5810

class StartSingleWirelessDeviceImportTaskResponse < Struct.new(
  :id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The import task ID.

Returns:

  • (String)


5810
5811
5812
5813
5814
5815
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5810

class StartSingleWirelessDeviceImportTaskResponse < Struct.new(
  :id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end