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_arn ⇒ ::String
Returns the value of attribute exclusive_start_stream_arn.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#exclusive_start_stream_arn ⇒ ::String
Returns the value of attribute exclusive_start_stream_arn.
93 94 95 |
# File 'sig/types.rbs', line 93 def exclusive_start_stream_arn @exclusive_start_stream_arn end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
92 93 94 |
# File 'sig/types.rbs', line 92 def limit @limit end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
91 92 93 |
# File 'sig/types.rbs', line 91 def table_name @table_name end |