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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunedata/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 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2912

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