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

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


5530
5531
5532
5533
5534
5535
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5530

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)


5530
5531
5532
5533
5534
5535
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5530

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