Class: Aws::Types::VolumeStatistics

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#inbox_raw_count::Integer

Returns the value of attribute inbox_raw_count.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



2229
2230
2231
# File 'sig/types.rbs', line 2229

def spam_raw_count
  @spam_raw_count
end