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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/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)


5638
5639
5640
5641
5642
5643
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5638

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)


5638
5639
5640
5641
5642
5643
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5638

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