Get Global Table Result
constructor(arn: String? = null, attributeDefinitions: List<GlobalTableAttributeDefinition>? = null, billingMode: String? = null, globalSecondaryIndexes: List<GlobalTableGlobalSecondaryIndex>? = null, replicas: List<GlobalTableReplicaSpecification>? = null, sseSpecification: GlobalTableSseSpecification? = null, streamArn: String? = null, streamSpecification: GlobalTableStreamSpecification? = null, tableId: String? = null, timeToLiveSpecification: GlobalTableTimeToLiveSpecification? = null, warmThroughput: GlobalTableWarmThroughput? = null, writeOnDemandThroughputSettings: GlobalTableWriteOnDemandThroughputSettings? = null, writeProvisionedThroughputSettings: GlobalTableWriteProvisionedThroughputSettings? = null)