Class: Aws::IoTWireless::Types::SidewalkStartImportInfo

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

Overview

Information about an import task created for bulk provisioning.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_creation_fileString

The CSV file contained in an S3 bucket that’s used for adding devices to an import task.

Returns:

  • (String)


5745
5746
5747
5748
5749
5750
# File 'lib/aws-sdk-iotwireless/types.rb', line 5745

class SidewalkStartImportInfo < Struct.new(
  :device_creation_file,
  :role)
  SENSITIVE = []
  include Aws::Structure
end

#roleString

The IAM role that allows AWS IoT Wireless to access the CSV file in the S3 bucket.

Returns:

  • (String)


5745
5746
5747
5748
5749
5750
# File 'lib/aws-sdk-iotwireless/types.rb', line 5745

class SidewalkStartImportInfo < Struct.new(
  :device_creation_file,
  :role)
  SENSITIVE = []
  include Aws::Structure
end