Class: Aws::Neptunedata::Types::StatisticsSummary

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

Overview

Information about the characteristic sets generated in the statistics.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_countInteger

The total number of characteristic-set instances.

Returns:

  • (Integer)


3851
3852
3853
3854
3855
3856
3857
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3851

class StatisticsSummary < Struct.new(
  :signature_count,
  :instance_count,
  :predicate_count)
  SENSITIVE = []
  include Aws::Structure
end

#predicate_countInteger

The total number of unique predicates.

Returns:

  • (Integer)


3851
3852
3853
3854
3855
3856
3857
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3851

class StatisticsSummary < Struct.new(
  :signature_count,
  :instance_count,
  :predicate_count)
  SENSITIVE = []
  include Aws::Structure
end

#signature_countInteger

The total number of signatures across all characteristic sets.

Returns:

  • (Integer)


3851
3852
3853
3854
3855
3856
3857
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3851

class StatisticsSummary < Struct.new(
  :signature_count,
  :instance_count,
  :predicate_count)
  SENSITIVE = []
  include Aws::Structure
end