![]() |
![]()
| ![]() |
![]()
NAMEPaws::DynamoDBStreams::StreamDescription 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::StreamDescription object: $service_obj->Method(Att1 => { CreationRequestDateTime => $value, ..., TableName => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::DynamoDBStreams::StreamDescription object: $result = $service_obj->Method(...); $result->Att1->CreationRequestDateTime DESCRIPTIONRepresents all of the data describing a particular stream. ATTRIBUTESCreationRequestDateTime => StrThe date and time when the request to create this stream was issued. KeySchema => ArrayRef[Paws::DynamoDBStreams::KeySchemaElement]The key attribute(s) of the stream's DynamoDB table. LastEvaluatedShardId => StrThe shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. If "LastEvaluatedShardId" is empty, then the "last page" of results has been processed and there is currently no more data to be retrieved. If "LastEvaluatedShardId" is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when "LastEvaluatedShardId" is empty. Shards => ArrayRef[Paws::DynamoDBStreams::Shard]The shards that comprise the stream. StreamArn => StrThe Amazon Resource Name (ARN) for the stream. StreamLabel => StrA timestamp, in ISO 8601 format, for this stream. Note that "LatestStreamLabel" is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
StreamStatus => StrIndicates the current status of the stream:
StreamViewType => StrIndicates the format of the records within this stream:
TableName => StrThe DynamoDB table with which the stream is associated. 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>
|