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

Class: Aws::DynamoDB::Types::SourceTableFeatureDetails

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

Overview

Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#global_secondary_indexesArray<Types::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.

Returns:

#local_secondary_indexesArray<Types::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.

Returns:

#sse_descriptionTypes::SSEDescription

The description of the server-side encryption status on the table when the backup was created.

Returns:

  • (Types::SSEDescription)

    The description of the server-side encryption status on the table when the backup was created.

#stream_descriptionTypes::StreamSpecification

Stream settings on the table when the backup was created.

Returns:

#time_to_live_descriptionTypes::TimeToLiveDescription

Time to Live settings on the table when the backup was created.

Returns: