Class: Aws::Neptunedata::Types::ManagePropertygraphStatisticsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::ManagePropertygraphStatisticsInput
- 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.
2219 2220 2221 2222 2223 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2219 class ManagePropertygraphStatisticsInput < Struct.new( :mode) SENSITIVE = [] include Aws::Structure end |