Class: Aws::Neptunedata::Types::ManageSparqlStatisticsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::ManageSparqlStatisticsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mode ⇒ String
The statistics generation mode.
Instance Attribute Details
#mode ⇒ String
The statistics generation mode. One of: ‘DISABLE_AUTOCOMPUTE`, `ENABLE_AUTOCOMPUTE`, or `REFRESH`, the last of which manually triggers DFE statistics generation.
2251 2252 2253 2254 2255 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2251 class ManageSparqlStatisticsInput < Struct.new( :mode) SENSITIVE = [] include Aws::Structure end |