Class: Aws::Types::DomainStats
- Inherits:
-
Object
- Object
- Aws::Types::DomainStats
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metering_profile_count ⇒ ::Integer
Returns the value of attribute metering_profile_count.
-
#object_count ⇒ ::Integer
Returns the value of attribute object_count.
-
#profile_count ⇒ ::Integer
Returns the value of attribute profile_count.
-
#total_size ⇒ ::Integer
Returns the value of attribute total_size.
Instance Attribute Details
#metering_profile_count ⇒ ::Integer
Returns the value of attribute metering_profile_count.
869 870 871 |
# File 'sig/types.rbs', line 869 def metering_profile_count @metering_profile_count end |
#object_count ⇒ ::Integer
Returns the value of attribute object_count.
870 871 872 |
# File 'sig/types.rbs', line 870 def object_count @object_count end |
#profile_count ⇒ ::Integer
Returns the value of attribute profile_count.
868 869 870 |
# File 'sig/types.rbs', line 868 def profile_count @profile_count end |
#total_size ⇒ ::Integer
Returns the value of attribute total_size.
871 872 873 |
# File 'sig/types.rbs', line 871 def total_size @total_size end |