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.



1062
1063
1064
1065
1066
# File 'lib/aws-sdk-glue/types.rb', line 1062

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