Class: Aws::Types::ListStreamGroupsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListStreamGroupsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::StreamGroupSummary]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#items ⇒ ::Array[Types::StreamGroupSummary]
Returns the value of attribute items.
369 370 371 |
# File 'sig/types.rbs', line 369 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
370 371 372 |
# File 'sig/types.rbs', line 370 def next_token @next_token end |