Class: Aws::Types::ListStreamsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListStreamsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exclusive_start_stream_name ⇒ ::String
Returns the value of attribute exclusive_start_stream_name.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#exclusive_start_stream_name ⇒ ::String
Returns the value of attribute exclusive_start_stream_name.
460 461 462 |
# File 'sig/types.rbs', line 460 def exclusive_start_stream_name @exclusive_start_stream_name end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
459 460 461 |
# File 'sig/types.rbs', line 459 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
461 462 463 |
# File 'sig/types.rbs', line 461 def next_token @next_token end |