TableDescription

@JsonSerializable
data class TableDescription(val ArchivalSummary: ArchivalSummary? = null, val AttributeDefinitions: List<AttributeDefinition>? = null, val BillingModeSummary: BillingModeSummary? = null, val CreationDateTime: Timestamp? = null, val GlobalSecondaryIndexes: List<GlobalSecondaryIndexResponse>? = null, val GlobalTableVersion: String? = null, val ItemCount: Long? = null, val KeySchema: List<KeySchema>? = null, val LatestStreamArn: ARN? = null, val LatestStreamLabel: String? = null, val LocalSecondaryIndexes: List<LocalSecondaryIndexResponse>? = null, val ProvisionedThroughput: ProvisionedThroughputResponse? = null, val Replicas: List<Replica>? = null, val RestoreSummary: RestoreSummary? = null, val SSEDescription: SSEDescription? = null, val StreamSpecification: StreamSpecification? = null, val TableArn: ARN? = null, val TableId: String? = null, val TableName: TableName? = null, val TableSizeBytes: Long? = null, val TableStatus: TableStatus? = null)(source)

Constructors

Link copied to clipboard
constructor(ArchivalSummary: ArchivalSummary? = null, AttributeDefinitions: List<AttributeDefinition>? = null, BillingModeSummary: BillingModeSummary? = null, CreationDateTime: Timestamp? = null, GlobalSecondaryIndexes: List<GlobalSecondaryIndexResponse>? = null, GlobalTableVersion: String? = null, ItemCount: Long? = null, KeySchema: List<KeySchema>? = null, LatestStreamArn: ARN? = null, LatestStreamLabel: String? = null, LocalSecondaryIndexes: List<LocalSecondaryIndexResponse>? = null, ProvisionedThroughput: ProvisionedThroughputResponse? = null, Replicas: List<Replica>? = null, RestoreSummary: RestoreSummary? = null, SSEDescription: SSEDescription? = null, StreamSpecification: StreamSpecification? = null, TableArn: ARN? = null, TableId: String? = null, TableName: TableName? = null, TableSizeBytes: Long? = null, TableStatus: TableStatus? = null)

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