Class: Aws::Glue::Types::BatchGetTableOptimizerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchGetTableOptimizerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entries ⇒ Array<Types::BatchGetTableOptimizerEntry>
A list of ‘BatchGetTableOptimizerEntry` objects specifying the table optimizers to retrieve.
Instance Attribute Details
#entries ⇒ Array<Types::BatchGetTableOptimizerEntry>
A list of ‘BatchGetTableOptimizerEntry` objects specifying the table optimizers to retrieve.
1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-glue/types.rb', line 1169 class BatchGetTableOptimizerRequest < Struct.new( :entries) SENSITIVE = [] include Aws::Structure end |