Class: Aws::Neptunedata::Types::DeleteStatisticsValueMap
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::DeleteStatisticsValueMap
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
The payload for DeleteStatistics.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active ⇒ Boolean
The current status of the statistics.
-
#statistics_id ⇒ String
The ID of the statistics generation run that is currently occurring.
Instance Attribute Details
#active ⇒ Boolean
The current status of the statistics.
636 637 638 639 640 641 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 636 class DeleteStatisticsValueMap < Struct.new( :active, :statistics_id) SENSITIVE = [] include Aws::Structure end |
#statistics_id ⇒ String
The ID of the statistics generation run that is currently occurring.
636 637 638 639 640 641 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 636 class DeleteStatisticsValueMap < Struct.new( :active, :statistics_id) SENSITIVE = [] include Aws::Structure end |