Class: Aws::Types::ListStreamsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListStreamsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
207 208 209 |
# File 'sig/types.rbs', line 207 def cluster_identifier @cluster_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
208 209 210 |
# File 'sig/types.rbs', line 208 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
209 210 211 |
# File 'sig/types.rbs', line 209 def next_token @next_token end |