Class: Aws::Neptunedata::Types::ManagePropertygraphStatisticsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunedata/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)


2219
2220
2221
2222
2223
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2219

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