![]() |
![]()
| ![]() |
![]()
NAMEPaws::DynamoDBStreams::StreamRecord USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::DynamoDBStreams::StreamRecord object: $service_obj->Method(Att1 => { ApproximateCreationDateTime => $value, ..., StreamViewType => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::DynamoDBStreams::StreamRecord object: $result = $service_obj->Method(...); $result->Att1->ApproximateCreationDateTime DESCRIPTIONA description of a single data modification that was performed on an item in a DynamoDB table. ATTRIBUTESApproximateCreationDateTime => StrThe approximate date and time when the stream record was created, in UNIX epoch time (http://www.epochconverter.com/) format. Keys => Paws::DynamoDBStreams::AttributeMapThe primary key attribute(s) for the DynamoDB item that was modified. NewImage => Paws::DynamoDBStreams::AttributeMapThe item in the DynamoDB table as it appeared after it was modified. OldImage => Paws::DynamoDBStreams::AttributeMapThe item in the DynamoDB table as it appeared before it was modified. SequenceNumber => StrThe sequence number of the stream record. SizeBytes => IntThe size of the stream record, in bytes. StreamViewType => StrThe type of data from the modified DynamoDB item that was captured in this stream record:
SEE ALSOThis class forms part of Paws, describing an object used in Paws::DynamoDBStreams BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|