Class: Aws::Types::ListStreamProcessorsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListStreamProcessorsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#stream_processors ⇒ ::Array[Types::StreamProcessor]
Returns the value of attribute stream_processors.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def next_token @next_token end |
#stream_processors ⇒ ::Array[Types::StreamProcessor]
Returns the value of attribute stream_processors.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def stream_processors @stream_processors end |