Class: Aws::Types::ListStreamConsumersOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListStreamConsumersOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumers ⇒ ::Array[Types::Consumer]
Returns the value of attribute consumers.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#consumers ⇒ ::Array[Types::Consumer]
Returns the value of attribute consumers.
322 323 324 |
# File 'sig/types.rbs', line 322 def consumers @consumers end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
323 324 325 |
# File 'sig/types.rbs', line 323 def next_token @next_token end |