Class: Aws::Types::UpdateDecoderManifestRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDecoderManifestRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_for_unmapped_signals ⇒ "CUSTOM_DECODING"
Returns the value of attribute default_for_unmapped_signals.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_interfaces_to_add ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces_to_add.
-
#network_interfaces_to_remove ⇒ ::Array[::String]
Returns the value of attribute network_interfaces_to_remove.
-
#network_interfaces_to_update ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces_to_update.
-
#signal_decoders_to_add ⇒ ::Array[Types::SignalDecoder]
Returns the value of attribute signal_decoders_to_add.
-
#signal_decoders_to_remove ⇒ ::Array[::String]
Returns the value of attribute signal_decoders_to_remove.
-
#signal_decoders_to_update ⇒ ::Array[Types::SignalDecoder]
Returns the value of attribute signal_decoders_to_update.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#default_for_unmapped_signals ⇒ "CUSTOM_DECODING"
Returns the value of attribute default_for_unmapped_signals.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def default_for_unmapped_signals @default_for_unmapped_signals end |
#description ⇒ ::String
Returns the value of attribute description.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1359 1360 1361 |
# File 'sig/types.rbs', line 1359 def name @name end |
#network_interfaces_to_add ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces_to_add.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def network_interfaces_to_add @network_interfaces_to_add end |
#network_interfaces_to_remove ⇒ ::Array[::String]
Returns the value of attribute network_interfaces_to_remove.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def network_interfaces_to_remove @network_interfaces_to_remove end |
#network_interfaces_to_update ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces_to_update.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def network_interfaces_to_update @network_interfaces_to_update end |
#signal_decoders_to_add ⇒ ::Array[Types::SignalDecoder]
Returns the value of attribute signal_decoders_to_add.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def signal_decoders_to_add @signal_decoders_to_add end |
#signal_decoders_to_remove ⇒ ::Array[::String]
Returns the value of attribute signal_decoders_to_remove.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def signal_decoders_to_remove @signal_decoders_to_remove end |
#signal_decoders_to_update ⇒ ::Array[Types::SignalDecoder]
Returns the value of attribute signal_decoders_to_update.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def signal_decoders_to_update @signal_decoders_to_update end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def status @status end |