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

Class: Aws::Kinesis::Types::PutRecordsOutput

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

Overview

PutRecords results.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_typeString

The encryption type used on the records. This parameter can be one of the following values:

  • NONE: Do not encrypt the records.

  • KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.

    Possible values:

    • NONE
    • KMS

Returns:

  • (String)

    The encryption type used on the records.

#failed_record_countInteger

The number of unsuccessfully processed records in a PutRecords request.

Returns:

  • (Integer)

    The number of unsuccessfully processed records in a PutRecords request.

#recordsArray<Types::PutRecordsResultEntry>

An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to a stream includes ErrorCode and ErrorMessage in the result.

Returns:

  • (Array<Types::PutRecordsResultEntry>)

    An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering.