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:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


2151
2152
2153
# File 'sig/types.rbs', line 2151

def spam_raw_count
  @spam_raw_count
end