Class: Aws::IoTWireless::Types::GetWirelessDeviceImportTaskResponse

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

#arnString

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

Returns:

  • (String)


2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
# File 'lib/aws-sdk-iotwireless/types.rb', line 2674

class GetWirelessDeviceImportTaskResponse < Struct.new(
  :id,
  :arn,
  :destination_name,
  :sidewalk,
  :creation_time,
  :status,
  :status_reason,
  :initialized_imported_device_count,
  :pending_imported_device_count,
  :onboarded_imported_device_count,
  :failed_imported_device_count)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time at which the import task was created.

Returns:

  • (Time)


2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
# File 'lib/aws-sdk-iotwireless/types.rb', line 2674

class GetWirelessDeviceImportTaskResponse < Struct.new(
  :id,
  :arn,
  :destination_name,
  :sidewalk,
  :creation_time,
  :status,
  :status_reason,
  :initialized_imported_device_count,
  :pending_imported_device_count,
  :onboarded_imported_device_count,
  :failed_imported_device_count)
  SENSITIVE = []
  include Aws::Structure
end

#destination_nameString

The name of the destination that’s assigned to the wireless devices in the import task.

Returns:

  • (String)


2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
# File 'lib/aws-sdk-iotwireless/types.rb', line 2674

class GetWirelessDeviceImportTaskResponse < Struct.new(
  :id,
  :arn,
  :destination_name,
  :sidewalk,
  :creation_time,
  :status,
  :status_reason,
  :initialized_imported_device_count,
  :pending_imported_device_count,
  :onboarded_imported_device_count,
  :failed_imported_device_count)
  SENSITIVE = []
  include Aws::Structure
end

#failed_imported_device_countInteger

The number of devices in the import task that failed to onboard to the import task.

Returns:

  • (Integer)


2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
# File 'lib/aws-sdk-iotwireless/types.rb', line 2674

class GetWirelessDeviceImportTaskResponse < Struct.new(
  :id,
  :arn,
  :destination_name,
  :sidewalk,
  :creation_time,
  :status,
  :status_reason,
  :initialized_imported_device_count,
  :pending_imported_device_count,
  :onboarded_imported_device_count,
  :failed_imported_device_count)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the import task for which information is retrieved.

Returns:

  • (String)


2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
# File 'lib/aws-sdk-iotwireless/types.rb', line 2674

class GetWirelessDeviceImportTaskResponse < Struct.new(
  :id,
  :arn,
  :destination_name,
  :sidewalk,
  :creation_time,
  :status,
  :status_reason,
  :initialized_imported_device_count,
  :pending_imported_device_count,
  :onboarded_imported_device_count,
  :failed_imported_device_count)
  SENSITIVE = []
  include Aws::Structure
end

#initialized_imported_device_countInteger

The number of devices in the import task that are waiting for the control log to start processing.

Returns:

  • (Integer)


2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
# File 'lib/aws-sdk-iotwireless/types.rb', line 2674

class GetWirelessDeviceImportTaskResponse < Struct.new(
  :id,
  :arn,
  :destination_name,
  :sidewalk,
  :creation_time,
  :status,
  :status_reason,
  :initialized_imported_device_count,
  :pending_imported_device_count,
  :onboarded_imported_device_count,
  :failed_imported_device_count)
  SENSITIVE = []
  include Aws::Structure
end

#onboarded_imported_device_countInteger

The number of devices in the import task that have been onboarded to the import task.

Returns:

  • (Integer)


2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
# File 'lib/aws-sdk-iotwireless/types.rb', line 2674

class GetWirelessDeviceImportTaskResponse < Struct.new(
  :id,
  :arn,
  :destination_name,
  :sidewalk,
  :creation_time,
  :status,
  :status_reason,
  :initialized_imported_device_count,
  :pending_imported_device_count,
  :onboarded_imported_device_count,
  :failed_imported_device_count)
  SENSITIVE = []
  include Aws::Structure
end

#pending_imported_device_countInteger

The number of devices in the import task that are waiting in the import task queue to be onboarded.

Returns:

  • (Integer)


2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
# File 'lib/aws-sdk-iotwireless/types.rb', line 2674

class GetWirelessDeviceImportTaskResponse < Struct.new(
  :id,
  :arn,
  :destination_name,
  :sidewalk,
  :creation_time,
  :status,
  :status_reason,
  :initialized_imported_device_count,
  :pending_imported_device_count,
  :onboarded_imported_device_count,
  :failed_imported_device_count)
  SENSITIVE = []
  include Aws::Structure
end

#sidewalkTypes::SidewalkGetStartImportInfo

The Sidewalk-related information about an import task.



2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
# File 'lib/aws-sdk-iotwireless/types.rb', line 2674

class GetWirelessDeviceImportTaskResponse < Struct.new(
  :id,
  :arn,
  :destination_name,
  :sidewalk,
  :creation_time,
  :status,
  :status_reason,
  :initialized_imported_device_count,
  :pending_imported_device_count,
  :onboarded_imported_device_count,
  :failed_imported_device_count)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The import task status.

Returns:

  • (String)


2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
# File 'lib/aws-sdk-iotwireless/types.rb', line 2674

class GetWirelessDeviceImportTaskResponse < Struct.new(
  :id,
  :arn,
  :destination_name,
  :sidewalk,
  :creation_time,
  :status,
  :status_reason,
  :initialized_imported_device_count,
  :pending_imported_device_count,
  :onboarded_imported_device_count,
  :failed_imported_device_count)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

The reason for the provided status information, such as a validation error that causes the import task to fail.

Returns:

  • (String)


2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
# File 'lib/aws-sdk-iotwireless/types.rb', line 2674

class GetWirelessDeviceImportTaskResponse < Struct.new(
  :id,
  :arn,
  :destination_name,
  :sidewalk,
  :creation_time,
  :status,
  :status_reason,
  :initialized_imported_device_count,
  :pending_imported_device_count,
  :onboarded_imported_device_count,
  :failed_imported_device_count)
  SENSITIVE = []
  include Aws::Structure
end