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.
741 742 743 |
# File 'sig/types.rbs', line 741 def inbox_raw_count @inbox_raw_count end |
#projected_inbox ⇒ ::Integer
Returns the value of attribute projected_inbox.
743 744 745 |
# File 'sig/types.rbs', line 743 def projected_inbox @projected_inbox end |
#projected_spam ⇒ ::Integer
Returns the value of attribute projected_spam.
744 745 746 |
# File 'sig/types.rbs', line 744 def projected_spam @projected_spam end |
#spam_raw_count ⇒ ::Integer
Returns the value of attribute spam_raw_count.
742 743 744 |
# File 'sig/types.rbs', line 742 def spam_raw_count @spam_raw_count end |