Class: Aws::Types::ListStreamConsumersInput
- Inherits:
-
Object
- Object
- Aws::Types::ListStreamConsumersInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_creation_timestamp ⇒ ::Time
Returns the value of attribute stream_creation_timestamp.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
315 316 317 |
# File 'sig/types.rbs', line 315 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
314 315 316 |
# File 'sig/types.rbs', line 314 def next_token @next_token end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
313 314 315 |
# File 'sig/types.rbs', line 313 def stream_arn @stream_arn end |
#stream_creation_timestamp ⇒ ::Time
Returns the value of attribute stream_creation_timestamp.
316 317 318 |
# File 'sig/types.rbs', line 316 def @stream_creation_timestamp end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
317 318 319 |
# File 'sig/types.rbs', line 317 def stream_id @stream_id end |