Class: Aws::Types::CreateDecoderManifestRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDecoderManifestRequest
- 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.
-
#model_manifest_arn ⇒ ::String
Returns the value of attribute model_manifest_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
-
#signal_decoders ⇒ ::Array[Types::SignalDecoder]
Returns the value of attribute signal_decoders.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#default_for_unmapped_signals ⇒ "CUSTOM_DECODING"
Returns the value of attribute default_for_unmapped_signals.
199 200 201 |
# File 'sig/types.rbs', line 199 def default_for_unmapped_signals @default_for_unmapped_signals end |
#description ⇒ ::String
Returns the value of attribute description.
195 196 197 |
# File 'sig/types.rbs', line 195 def description @description end |
#model_manifest_arn ⇒ ::String
Returns the value of attribute model_manifest_arn.
196 197 198 |
# File 'sig/types.rbs', line 196 def model_manifest_arn @model_manifest_arn end |
#name ⇒ ::String
Returns the value of attribute name.
194 195 196 |
# File 'sig/types.rbs', line 194 def name @name end |
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
198 199 200 |
# File 'sig/types.rbs', line 198 def network_interfaces @network_interfaces end |
#signal_decoders ⇒ ::Array[Types::SignalDecoder]
Returns the value of attribute signal_decoders.
197 198 199 |
# File 'sig/types.rbs', line 197 def signal_decoders @signal_decoders end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
200 201 202 |
# File 'sig/types.rbs', line 200 def @tags end |