Class: Aws::Glue::Types::BatchGetTableOptimizerResponse

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

#failuresArray<Types::BatchGetTableOptimizerError>

A list of errors from the operation.



1078
1079
1080
1081
1082
1083
# File 'lib/aws-sdk-glue/types.rb', line 1078

class BatchGetTableOptimizerResponse < Struct.new(
  :table_optimizers,
  :failures)
  SENSITIVE = []
  include Aws::Structure
end

#table_optimizersArray<Types::BatchTableOptimizer>

A list of ‘BatchTableOptimizer` objects.

Returns:



1078
1079
1080
1081
1082
1083
# File 'lib/aws-sdk-glue/types.rb', line 1078

class BatchGetTableOptimizerResponse < Struct.new(
  :table_optimizers,
  :failures)
  SENSITIVE = []
  include Aws::Structure
end