class Amazonite::Kinesis::PutRecordsInput

Overview

A PutRecords request.

Included Modules

Defined in:

kinesis/put_records_input.cr

Constructors

Instance Method Summary

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) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

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 : Bool | Nil #

Checks if your request will succeed. DryRun is an optional parameter.


[View source]
def dry_run=(dry_run : Bool | Nil) #

Checks if your request will succeed. DryRun is an optional parameter.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def records : Array(PutRecordsRequestEntry) #

The records associated with the request.


[View source]
def records=(records : Array(PutRecordsRequestEntry)) #

The records associated with the request.


[View source]
def stream_arn : String | Nil #

The ARN of the stream.


[View source]
def stream_arn=(stream_arn : String | Nil) #

The ARN of the stream.


[View source]
def stream_id : String | Nil #

Not Implemented. Reserved for future use.


[View source]
def stream_id=(stream_id : String | Nil) #

Not Implemented. Reserved for future use.


[View source]
def stream_name : String | Nil #

The stream name associated with the request.


[View source]
def stream_name=(stream_name : String | Nil) #

The stream name associated with the request.


[View source]
def validate! : Nil #

[View source]