Class: Aws::IoTWireless::Types::StartWirelessDeviceImportTaskResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

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

Returns:

  • (String)


6277
6278
6279
6280
6281
6282
# File 'lib/aws-sdk-iotwireless/types.rb', line 6277

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

#id ⇒ String

The import task ID.

Returns:

  • (String)


6277
6278
6279
6280
6281
6282
# File 'lib/aws-sdk-iotwireless/types.rb', line 6277

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