Class: Aws::Types::ListDecoderManifestSignalsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDecoderManifestSignalsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#signal_decoders ⇒ ::Array[Types::SignalDecoder]
Returns the value of attribute signal_decoders.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
802 803 804 |
# File 'sig/types.rbs', line 802 def next_token @next_token end |
#signal_decoders ⇒ ::Array[Types::SignalDecoder]
Returns the value of attribute signal_decoders.
801 802 803 |
# File 'sig/types.rbs', line 801 def signal_decoders @signal_decoders end |