Class: Aws::Types::VolumeStatistics
- Inherits:
-
Object
- Object
- Aws::Types::VolumeStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inbox_raw_count ⇒ ::Integer
Returns the value of attribute inbox_raw_count.
-
#projected_inbox ⇒ ::Integer
Returns the value of attribute projected_inbox.
-
#projected_spam ⇒ ::Integer
Returns the value of attribute projected_spam.
-
#spam_raw_count ⇒ ::Integer
Returns the value of attribute spam_raw_count.
Instance Attribute Details
#inbox_raw_count ⇒ ::Integer
Returns the value of attribute inbox_raw_count.
2228 2229 2230 |
# File 'sig/types.rbs', line 2228 def inbox_raw_count @inbox_raw_count end |
#projected_inbox ⇒ ::Integer
Returns the value of attribute projected_inbox.
2230 2231 2232 |
# File 'sig/types.rbs', line 2230 def projected_inbox @projected_inbox end |
#projected_spam ⇒ ::Integer
Returns the value of attribute projected_spam.
2231 2232 2233 |
# File 'sig/types.rbs', line 2231 def projected_spam @projected_spam end |
#spam_raw_count ⇒ ::Integer
Returns the value of attribute spam_raw_count.
2229 2230 2231 |
# File 'sig/types.rbs', line 2229 def spam_raw_count @spam_raw_count end |