Class: Aws::Neptunedata::Types::RefreshStatisticsIdMap
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::RefreshStatisticsIdMap
- 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
-
#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 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2912 class RefreshStatisticsIdMap < Struct.new( :statistics_id) SENSITIVE = [] include Aws::Structure end |