NAME
Paws::DynamoDB::SourceTableFeatureDetails
USAGE
This 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::DynamoDB::SourceTableFeatureDetails object:
$service_obj->Method(Att1 => { GlobalSecondaryIndexes => $value, ..., TimeToLiveDescription => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::DynamoDB::SourceTableFeatureDetails object:
$result = $service_obj->Method(...);
$result->Att1->GlobalSecondaryIndexes
DESCRIPTION
Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
ATTRIBUTES
GlobalSecondaryIndexes => ArrayRef[Paws::DynamoDB::GlobalSecondaryIndexInfo]
Represents the GSI properties for the table when the backup was created. It includes the IndexName, KeySchema, Projection, and ProvisionedThroughput for the GSIs on the table at the time of backup.
LocalSecondaryIndexes => ArrayRef[Paws::DynamoDB::LocalSecondaryIndexInfo]
Represents the LSI properties for the table when the backup was created. It includes the IndexName, KeySchema and Projection for the LSIs on the table at the time of backup.
SSEDescription => Paws::DynamoDB::SSEDescription
The description of the server-side encryption status on the table when the backup was created.
StreamDescription => Paws::DynamoDB::StreamSpecification
Stream settings on the table when the backup was created.
TimeToLiveDescription => Paws::DynamoDB::TimeToLiveDescription
Time to Live settings on the table when the backup was created.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::DynamoDB
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues