Class: Aws::IoTFleetWise::Types::ImportDecoderManifestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::ImportDecoderManifestRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the decoder manifest to import.
-
#network_file_definitions ⇒ Array<Types::NetworkFileDefinition>
The file to load into an Amazon Web Services account.
Instance Attribute Details
#name ⇒ String
The name of the decoder manifest to import.
2496 2497 2498 2499 2500 2501 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2496 class ImportDecoderManifestRequest < Struct.new( :name, :network_file_definitions) SENSITIVE = [] include Aws::Structure end |
#network_file_definitions ⇒ Array<Types::NetworkFileDefinition>
The file to load into an Amazon Web Services account.
2496 2497 2498 2499 2500 2501 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2496 class ImportDecoderManifestRequest < Struct.new( :name, :network_file_definitions) SENSITIVE = [] include Aws::Structure end |