Class: Aws::Neptunedata::Types::ManageSparqlStatisticsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#modeString

The statistics generation mode. One of: ‘DISABLE_AUTOCOMPUTE`, `ENABLE_AUTOCOMPUTE`, or `REFRESH`, the last of which manually triggers DFE statistics generation.

Returns:

  • (String)


2251
2252
2253
2254
2255
# File 'lib/aws-sdk-neptunedata/types.rb', line 2251

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