GetTableResult

constructor(arn: String? = null, attributeDefinitions: List<TableAttributeDefinition>? = null, billingMode: String? = null, contributorInsightsSpecification: TableContributorInsightsSpecification? = null, deletionProtectionEnabled: Boolean? = null, globalSecondaryIndexes: List<TableGlobalSecondaryIndex>? = null, keySchema: Either<List<TableKeySchema>, Any>? = null, kinesisStreamSpecification: TableKinesisStreamSpecification? = null, localSecondaryIndexes: List<TableLocalSecondaryIndex>? = null, onDemandThroughput: TableOnDemandThroughput? = null, pointInTimeRecoverySpecification: TablePointInTimeRecoverySpecification? = null, provisionedThroughput: TableProvisionedThroughput? = null, resourcePolicy: TableResourcePolicy? = null, sseSpecification: TableSseSpecification? = null, streamArn: String? = null, streamSpecification: TableStreamSpecification? = null, tableClass: String? = null, tags: List<Tag>? = null, timeToLiveSpecification: TableTimeToLiveSpecification? = null, warmThroughput: TableWarmThroughput? = null)