Class: Aws::Types::StatisticsSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:



968
969
970
# File 'sig/types.rbs', line 968

def instance_count
  @instance_count
end

#predicate_count::Integer

Returns the value of attribute predicate_count.

Returns:



969
970
971
# File 'sig/types.rbs', line 969

def predicate_count
  @predicate_count
end

#signature_count::Integer

Returns the value of attribute signature_count.

Returns:



967
968
969
# File 'sig/types.rbs', line 967

def signature_count
  @signature_count
end