Class: Aws::IoTWireless::Types::SidewalkStartImportInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::SidewalkStartImportInfo
- 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
-
#device_creation_file ⇒ String
The CSV file contained in an S3 bucket that’s used for adding devices to an import task.
-
#role ⇒ String
The IAM role that allows AWS IoT Wireless to access the CSV file in the S3 bucket.
Instance Attribute Details
#device_creation_file ⇒ String
The CSV file contained in an S3 bucket that’s used for adding devices to an import task.
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 |
#role ⇒ String
The IAM role that allows AWS IoT Wireless to access the CSV file in the S3 bucket.
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 |