Class: Aws::Neptunedata::Types::DeleteStatisticsValueMap

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

Overview

The payload for DeleteStatistics.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#activeBoolean

The current status of the statistics.

Returns:

  • (Boolean)


636
637
638
639
640
641
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 636

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

#statistics_idString

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

Returns:

  • (String)


636
637
638
639
640
641
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 636

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