Class: Aws::Neptunedata::Types::RefreshStatisticsIdMap

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

Overview

Statistics for ‘REFRESH` mode.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statistics_idString

The ID of the statistics generation run that is currently occurring.

Returns:

  • (String)


2912
2913
2914
2915
2916
# File 'lib/aws-sdk-neptunedata/types.rb', line 2912

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