Class: Aws::Types::GetRecordsInput
- Inherits:
-
Object
- Object
- Aws::Types::GetRecordsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#shard_iterator ⇒ ::String
Returns the value of attribute shard_iterator.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
313 314 315 |
# File 'sig/types.rbs', line 313 def dry_run @dry_run end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
310 311 312 |
# File 'sig/types.rbs', line 310 def limit @limit end |
#shard_iterator ⇒ ::String
Returns the value of attribute shard_iterator.
309 310 311 |
# File 'sig/types.rbs', line 309 def shard_iterator @shard_iterator end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
311 312 313 |
# File 'sig/types.rbs', line 311 def stream_arn @stream_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
312 313 314 |
# File 'sig/types.rbs', line 312 def stream_id @stream_id end |