Class: Aws::Types::ListStreamsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListStreamsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_evaluated_stream_arn ⇒ ::String
Returns the value of attribute last_evaluated_stream_arn.
-
#streams ⇒ ::Array[Types::Stream]
Returns the value of attribute streams.
Instance Attribute Details
#last_evaluated_stream_arn ⇒ ::String
Returns the value of attribute last_evaluated_stream_arn.
99 100 101 |
# File 'sig/types.rbs', line 99 def last_evaluated_stream_arn @last_evaluated_stream_arn end |
#streams ⇒ ::Array[Types::Stream]
Returns the value of attribute streams.
98 99 100 |
# File 'sig/types.rbs', line 98 def streams @streams end |