You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kinesis::Types::PutRecordsInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PutRecordsInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  records: [ # required
    {
      data: "data", # required
      explicit_hash_key: "HashKey",
      partition_key: "PartitionKey", # required
    },
  ],
  stream_name: "StreamName", # required
}

A PutRecords request.

Instance Attribute Summary collapse

Instance Attribute Details

#recordsArray<Types::PutRecordsRequestEntry>

The records associated with the request.

Returns:

#stream_nameString

The stream name associated with the request.

Returns:

  • (String)

    The stream name associated with the request.