Class: Aws::IoTWireless::Types::SidewalkUpdateImportInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Overview

Sidewalk object information for updating an import task.

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 appending devices to an existing import task.

Returns:

  • (String)


5664
5665
5666
5667
5668
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5664

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