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.
2150 2151 2152 |
# File 'sig/types.rbs', line 2150 def inbox_raw_count @inbox_raw_count end |
#projected_inbox ⇒ ::Integer
Returns the value of attribute projected_inbox.
2152 2153 2154 |
# File 'sig/types.rbs', line 2152 def projected_inbox @projected_inbox end |
#projected_spam ⇒ ::Integer
Returns the value of attribute projected_spam.
2153 2154 2155 |
# File 'sig/types.rbs', line 2153 def projected_spam @projected_spam end |
#spam_raw_count ⇒ ::Integer
Returns the value of attribute spam_raw_count.
2151 2152 2153 |
# File 'sig/types.rbs', line 2151 def spam_raw_count @spam_raw_count end |