Get Table Result
data class GetTableResult(val arn: String, val attributes: List<GetTableAttribute>, val billingMode: String, val deletionProtectionEnabled: Boolean, val globalSecondaryIndexes: List<GetTableGlobalSecondaryIndex>, val hashKey: String, val id: String, val localSecondaryIndexes: List<GetTableLocalSecondaryIndex>, val name: String, val pointInTimeRecovery: GetTablePointInTimeRecovery, val rangeKey: String, val readCapacity: Int, val replicas: List<GetTableReplica>, val serverSideEncryption: GetTableServerSideEncryption, val streamArn: String, val streamEnabled: Boolean, val streamLabel: String, val streamViewType: String, val tableClass: String, val tags: Map<String, String>, val ttl: GetTableTtl, val writeCapacity: Int)
A collection of values returned by getTable.
Constructors
Link copied to clipboard
constructor(arn: String, attributes: List<GetTableAttribute>, billingMode: String, deletionProtectionEnabled: Boolean, globalSecondaryIndexes: List<GetTableGlobalSecondaryIndex>, hashKey: String, id: String, localSecondaryIndexes: List<GetTableLocalSecondaryIndex>, name: String, pointInTimeRecovery: GetTablePointInTimeRecovery, rangeKey: String, readCapacity: Int, replicas: List<GetTableReplica>, serverSideEncryption: GetTableServerSideEncryption, streamArn: String, streamEnabled: Boolean, streamLabel: String, streamViewType: String, tableClass: String, tags: Map<String, String>, ttl: GetTableTtl, writeCapacity: Int)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard