Class: Aws::IoTWireless::Types::SidewalkGetStartImportInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::SidewalkGetStartImportInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
Sidewalk-related information for devices in an import task that are being onboarded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_creation_file_list ⇒ Array<String>
List of Sidewalk devices that are added to the 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_list ⇒ Array<String>
List of Sidewalk devices that are added to the import task.
5637 5638 5639 5640 5641 5642 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5637 class SidewalkGetStartImportInfo < Struct.new( :device_creation_file_list, :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.
5637 5638 5639 5640 5641 5642 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5637 class SidewalkGetStartImportInfo < Struct.new( :device_creation_file_list, :role) SENSITIVE = [] include Aws::Structure end |