Class: Aws::Glue::Types::TableOptimizerConfiguration

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

Overview

Contains details on the configuration of a table optimizer. You pass this configuration when creating or updating a table optimizer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Whether table optimization is enabled.

Returns:

  • (Boolean)


21157
21158
21159
21160
21161
21162
# File 'lib/aws-sdk-glue/types.rb', line 21157

class TableOptimizerConfiguration < Struct.new(
  :role_arn,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

A role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller’s behalf.

Returns:

  • (String)


21157
21158
21159
21160
21161
21162
# File 'lib/aws-sdk-glue/types.rb', line 21157

class TableOptimizerConfiguration < Struct.new(
  :role_arn,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end