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

Class: Aws::Kinesis::Types::PutRecordOutput

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

Overview

Represents the output for PutRecord.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_typeString

The encryption type to use on the record. This parameter can be one of the following values:

  • NONE: Do not encrypt the records in the stream.

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

    Possible values:

    • NONE
    • KMS

Returns:

  • (String)

    The encryption type to use on the record.

#sequence_numberString

The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.

Returns:

  • (String)

    The sequence number identifier that was assigned to the put data record.

#shard_idString

The shard ID of the shard where the data record was placed.

Returns:

  • (String)

    The shard ID of the shard where the data record was placed.