Class: Aws::Types::ListStreamKeysResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListStreamKeysResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#stream_keys ⇒ ::Array[Types::StreamKeySummary]
Returns the value of attribute stream_keys.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
502 503 504 |
# File 'sig/types.rbs', line 502 def next_token @next_token end |
#stream_keys ⇒ ::Array[Types::StreamKeySummary]
Returns the value of attribute stream_keys.
501 502 503 |
# File 'sig/types.rbs', line 501 def stream_keys @stream_keys end |