Class: Aws::IoTWireless::Types::SidewalkGetStartImportInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#device_creation_file_listArray<String>

List of Sidewalk devices that are added to the import task.

Returns:

  • (Array<String>)


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

#roleString

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

Returns:

  • (String)


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