Class: Aws::Neptunedata::Types::RefreshStatisticsIdMap
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::RefreshStatisticsIdMap
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Statistics for ‘REFRESH` mode.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#statistics_id ⇒ String
The ID of the statistics generation run that is currently occurring.
Instance Attribute Details
#statistics_id ⇒ String
The ID of the statistics generation run that is currently occurring.
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 |