Class: Aws::IoTFleetWise::Types::ImportDecoderManifestRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the decoder manifest to import.

Returns:

  • (String)


2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2062

class ImportDecoderManifestRequest < Struct.new(
  :name,
  :network_file_definitions)
  SENSITIVE = []
  include Aws::Structure
end

#network_file_definitionsArray<Types::NetworkFileDefinition>

The file to load into an Amazon Web Services account.

Returns:



2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2062

class ImportDecoderManifestRequest < Struct.new(
  :name,
  :network_file_definitions)
  SENSITIVE = []
  include Aws::Structure
end