Class: Aws::IoTFleetWise::Types::CreateDecoderManifestRequest

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

#descriptionString

A brief description of the decoder manifest.

Returns:

  • (String)


726
727
728
729
730
731
732
733
734
735
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 726

class CreateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :model_manifest_arn,
  :signal_decoders,
  :network_interfaces,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#model_manifest_arnString

The Amazon Resource Name (ARN) of the vehicle model (model manifest).

Returns:

  • (String)


726
727
728
729
730
731
732
733
734
735
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 726

class CreateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :model_manifest_arn,
  :signal_decoders,
  :network_interfaces,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The unique name of the decoder manifest to create.

Returns:

  • (String)


726
727
728
729
730
731
732
733
734
735
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 726

class CreateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :model_manifest_arn,
  :signal_decoders,
  :network_interfaces,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#network_interfacesArray<Types::NetworkInterface>

A list of information about available network interfaces.

Returns:



726
727
728
729
730
731
732
733
734
735
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 726

class CreateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :model_manifest_arn,
  :signal_decoders,
  :network_interfaces,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#signal_decodersArray<Types::SignalDecoder>

A list of information about signal decoders.

Returns:



726
727
728
729
730
731
732
733
734
735
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 726

class CreateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :model_manifest_arn,
  :signal_decoders,
  :network_interfaces,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Metadata that can be used to manage the decoder manifest.

Returns:



726
727
728
729
730
731
732
733
734
735
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 726

class CreateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :model_manifest_arn,
  :signal_decoders,
  :network_interfaces,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end