class
Amazonite::Kinesis::GetRecordsInput
- Amazonite::Kinesis::GetRecordsInput
- Reference
- Object
Overview
Represents the input for GetRecords.
Included Modules
- JSON::Serializable
Defined in:
kinesis/get_records_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(shard_iterator : String, limit : Int32 | Nil = nil, stream_arn : String | Nil = nil, stream_id : String | Nil = nil, dry_run : Bool | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#dry_run : Bool | Nil
Checks if your request will succeed.
-
#dry_run=(dry_run : Bool | Nil)
Checks if your request will succeed.
-
#hash(hasher)
See
Object#hash(hasher) -
#limit : Int32 | Nil
The maximum number of records to return.
-
#limit=(limit : Int32 | Nil)
The maximum number of records to return.
-
#shard_iterator : String
The position in the shard from which you want to start sequentially reading data records.
-
#shard_iterator=(shard_iterator : String)
The position in the shard from which you want to start sequentially reading data records.
-
#stream_arn : String | Nil
The ARN of the stream.
-
#stream_arn=(stream_arn : String | Nil)
The ARN of the stream.
-
#stream_id : String | Nil
Not Implemented.
-
#stream_id=(stream_id : String | Nil)
Not Implemented.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Checks if your request will succeed. DryRun is an optional parameter.
The maximum number of records to return. Specify a value of up to 10,000. If you specify a value
that is greater than 10,000, GetRecords throws InvalidArgumentException. The default value is
10,000.
The maximum number of records to return. Specify a value of up to 10,000. If you specify a value
that is greater than 10,000, GetRecords throws InvalidArgumentException. The default value is
10,000.
The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.
The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.