Class: Aws::Types::StatisticsSummary
- Inherits:
-
Object
- Object
- Aws::Types::StatisticsSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#predicate_count ⇒ ::Integer
Returns the value of attribute predicate_count.
-
#signature_count ⇒ ::Integer
Returns the value of attribute signature_count.
Instance Attribute Details
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
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.
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.
967 968 969 |
# File 'sig/types.rbs', line 967 def signature_count @signature_count end |