class
Amazonite::DynamoDB::SourceTableFeatureDetails
- Amazonite::DynamoDB::SourceTableFeatureDetails
- Reference
- Object
Overview
Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/source_table_feature_details.crConstructors
- .new(pull : JSON::PullParser)
- .new(local_secondary_indexes : Array(LocalSecondaryIndexInfo) | Nil = nil, global_secondary_indexes : Array(GlobalSecondaryIndexInfo) | Nil = nil, stream_description : StreamSpecification | Nil = nil, time_to_live_description : TimeToLiveDescription | Nil = nil, sse_description : SSEDescription | Nil = nil, vector_indexes : Array(VectorIndexInfo) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#global_secondary_indexes : Array(GlobalSecondaryIndexInfo) | Nil
Represents the GSI properties for the table when the backup was created.
-
#global_secondary_indexes=(global_secondary_indexes : Array(GlobalSecondaryIndexInfo) | Nil)
Represents the GSI properties for the table when the backup was created.
-
#hash(hasher)
See
Object#hash(hasher) -
#local_secondary_indexes : Array(LocalSecondaryIndexInfo) | Nil
Represents the LSI properties for the table when the backup was created.
-
#local_secondary_indexes=(local_secondary_indexes : Array(LocalSecondaryIndexInfo) | Nil)
Represents the LSI properties for the table when the backup was created.
-
#sse_description : SSEDescription | Nil
The description of the server-side encryption status on the table when the backup was created.
-
#sse_description=(sse_description : SSEDescription | Nil)
The description of the server-side encryption status on the table when the backup was created.
-
#stream_description : StreamSpecification | Nil
Stream settings on the table when the backup was created.
-
#stream_description=(stream_description : StreamSpecification | Nil)
Stream settings on the table when the backup was created.
-
#time_to_live_description : TimeToLiveDescription | Nil
Time to Live settings on the table when the backup was created.
-
#time_to_live_description=(time_to_live_description : TimeToLiveDescription | Nil)
Time to Live settings on the table when the backup was created.
- #validate! : Nil
-
#vector_indexes : Array(VectorIndexInfo) | Nil
The vector index properties for the table at the time the backup was created, including the index name, vector attribute, dimensions, distance function, search schema, and projection.
-
#vector_indexes=(vector_indexes : Array(VectorIndexInfo) | Nil)
The vector index properties for the table at the time the backup was created, including the index name, vector attribute, dimensions, distance function, search schema, and projection.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
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.
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.
The description of the server-side encryption status on the table when the backup was created.
The description of the server-side encryption status on the table when the backup was created.
Stream settings on the table when the backup was created.
Stream settings on the table when the backup was created.
Time to Live settings on the table when the backup was created.
Time to Live settings on the table when the backup was created.
The vector index properties for the table at the time the backup was created, including the index name, vector attribute, dimensions, distance function, search schema, and projection.
The vector index properties for the table at the time the backup was created, including the index name, vector attribute, dimensions, distance function, search schema, and projection.