Class: Aws::IoTWireless::Types::SidewalkUpdateImportInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::SidewalkUpdateImportInfo
- Includes:
- Structure
- Defined in:
- 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.
5771 5772 5773 5774 5775 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5771 class SidewalkUpdateImportInfo < Struct.new( :device_creation_file) SENSITIVE = [] include Aws::Structure end |