Class: Aws::IoTFleetWise::Types::UpdateDecoderManifestRequest

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 to update.

Returns:

  • (String)


3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3922

class UpdateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :signal_decoders_to_add,
  :signal_decoders_to_update,
  :signal_decoders_to_remove,
  :network_interfaces_to_add,
  :network_interfaces_to_update,
  :network_interfaces_to_remove,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the decoder manifest to update.

Returns:

  • (String)


3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3922

class UpdateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :signal_decoders_to_add,
  :signal_decoders_to_update,
  :signal_decoders_to_remove,
  :network_interfaces_to_add,
  :network_interfaces_to_update,
  :network_interfaces_to_remove,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#network_interfaces_to_addArray<Types::NetworkInterface>

A list of information about the network interfaces to add to the decoder manifest.

Returns:



3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3922

class UpdateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :signal_decoders_to_add,
  :signal_decoders_to_update,
  :signal_decoders_to_remove,
  :network_interfaces_to_add,
  :network_interfaces_to_update,
  :network_interfaces_to_remove,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#network_interfaces_to_removeArray<String>

A list of network interfaces to remove from the decoder manifest.

Returns:

  • (Array<String>)


3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3922

class UpdateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :signal_decoders_to_add,
  :signal_decoders_to_update,
  :signal_decoders_to_remove,
  :network_interfaces_to_add,
  :network_interfaces_to_update,
  :network_interfaces_to_remove,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#network_interfaces_to_updateArray<Types::NetworkInterface>

A list of information about the network interfaces to update in the decoder manifest.

Returns:



3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3922

class UpdateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :signal_decoders_to_add,
  :signal_decoders_to_update,
  :signal_decoders_to_remove,
  :network_interfaces_to_add,
  :network_interfaces_to_update,
  :network_interfaces_to_remove,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#signal_decoders_to_addArray<Types::SignalDecoder>

A list of information about decoding additional signals to add to the decoder manifest.

Returns:



3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3922

class UpdateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :signal_decoders_to_add,
  :signal_decoders_to_update,
  :signal_decoders_to_remove,
  :network_interfaces_to_add,
  :network_interfaces_to_update,
  :network_interfaces_to_remove,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#signal_decoders_to_removeArray<String>

A list of signal decoders to remove from the decoder manifest.

Returns:

  • (Array<String>)


3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3922

class UpdateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :signal_decoders_to_add,
  :signal_decoders_to_update,
  :signal_decoders_to_remove,
  :network_interfaces_to_add,
  :network_interfaces_to_update,
  :network_interfaces_to_remove,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#signal_decoders_to_updateArray<Types::SignalDecoder>

A list of updated information about decoding signals to update in the decoder manifest.

Returns:



3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3922

class UpdateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :signal_decoders_to_add,
  :signal_decoders_to_update,
  :signal_decoders_to_remove,
  :network_interfaces_to_add,
  :network_interfaces_to_update,
  :network_interfaces_to_remove,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be edited. If the status is DRAFT, you can edit the decoder manifest.

Returns:

  • (String)


3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3922

class UpdateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :signal_decoders_to_add,
  :signal_decoders_to_update,
  :signal_decoders_to_remove,
  :network_interfaces_to_add,
  :network_interfaces_to_update,
  :network_interfaces_to_remove,
  :status)
  SENSITIVE = []
  include Aws::Structure
end