Class: Aws::IoTWireless::Types::SidewalkUpdateImportInfo
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoTWireless::Types::SidewalkUpdateImportInfo
 
- 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
- 
  
    
      #device_creation_file  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The CSV file contained in an S3 bucket that's used for appending devices to an existing import task. 
Instance Attribute Details
#device_creation_file ⇒ String
The CSV file contained in an S3 bucket that's used for appending devices to an existing import task.
| 5850 5851 5852 5853 5854 | # File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5850 class SidewalkUpdateImportInfo < Struct.new( :device_creation_file) SENSITIVE = [] include Aws::Structure end |