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)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


742
743
744
# File 'sig/types.rbs', line 742

def spam_raw_count
  @spam_raw_count
end