Class: Aws::Glue::Types::BatchGetTableOptimizerRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entriesArray<Types::BatchGetTableOptimizerEntry>

A list of BatchGetTableOptimizerEntry objects specifying the table optimizers to retrieve.



1345
1346
1347
1348
1349
# File 'lib/aws-sdk-glue/types.rb', line 1345

class BatchGetTableOptimizerRequest < Struct.new(
  :entries)
  SENSITIVE = []
  include Aws::Structure
end