class
Amazonite::Kinesis::PutRecordOutput
- Amazonite::Kinesis::PutRecordOutput
- Reference
- Object
Overview
Represents the output for PutRecord.
Included Modules
- JSON::Serializable
Defined in:
kinesis/put_record_output.crConstructors
- .new(shard_id : String, sequence_number : String, encryption_type : EncryptionType | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#encryption_type : EncryptionType | Nil
The encryption type to use on the record.
-
#encryption_type=(encryption_type : EncryptionType | Nil)
The encryption type to use on the record.
-
#hash(hasher)
See
Object#hash(hasher) -
#sequence_number : String
The sequence number identifier that was assigned to the put data record.
-
#sequence_number=(sequence_number : String)
The sequence number identifier that was assigned to the put data record.
-
#shard_id : String
The shard ID of the shard where the data record was placed.
-
#shard_id=(shard_id : String)
The shard ID of the shard where the data record was placed.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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 Amazon Web Services KMS key.
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 Amazon Web Services KMS key.
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.
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.