AWS SDK for Kotlin
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
glue
/
aws.sdk.kotlin.services.glue.model
/
BatchGetTableOptimizerResponse
/
Builder
Builder
class
Builder
Members
Properties
failures
Link copied to clipboard
var
failures
:
List
<
BatchGetTableOptimizerError
>
?
A list of errors from the operation.
table
Optimizers
Link copied to clipboard
var
tableOptimizers
:
List
<
BatchTableOptimizer
>
?
A list of
BatchTableOptimizer
objects.