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

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)


6212
6213
6214
6215
6216
6217
# File 'lib/aws-sdk-iotwireless/types.rb', line 6212

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

#id ⇒ String

The import task ID.

Returns:

  • (String)


6212
6213
6214
6215
6216
6217
# File 'lib/aws-sdk-iotwireless/types.rb', line 6212

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