class
Amazonite::Kinesis::PutRecordsInput
- Amazonite::Kinesis::PutRecordsInput
- Reference
- Object
Overview
A PutRecords request.
Included Modules
- JSON::Serializable
Defined in:
kinesis/put_records_input.crConstructors
- .new(records : Array(PutRecordsRequestEntry), stream_name : String | Nil = nil, stream_arn : String | Nil = nil, stream_id : String | Nil = nil, dry_run : Bool | Nil = nil)
- .new(pull : JSON::PullParser)
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) -
#records : Array(PutRecordsRequestEntry)
The records associated with the request.
-
#records=(records : Array(PutRecordsRequestEntry))
The records associated with the request.
-
#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.
-
#stream_name : String | Nil
The stream name associated with the request.
-
#stream_name=(stream_name : String | Nil)
The stream name associated with the request.
- #validate! : Nil
Constructor Detail
def self.new(records : Array(PutRecordsRequestEntry), stream_name : String | Nil = nil, stream_arn : String | Nil = nil, stream_id : String | Nil = nil, dry_run : Bool | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def dry_run=(dry_run : Bool | Nil)
#
Checks if your request will succeed. DryRun is an optional parameter.