Class: Aws::Types::PlacementStatistics
- Inherits:
-
Object
- Object
- Aws::Types::PlacementStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dkim_percentage ⇒ ::Float
Returns the value of attribute dkim_percentage.
-
#inbox_percentage ⇒ ::Float
Returns the value of attribute inbox_percentage.
-
#missing_percentage ⇒ ::Float
Returns the value of attribute missing_percentage.
-
#spam_percentage ⇒ ::Float
Returns the value of attribute spam_percentage.
-
#spf_percentage ⇒ ::Float
Returns the value of attribute spf_percentage.
Instance Attribute Details
#dkim_percentage ⇒ ::Float
Returns the value of attribute dkim_percentage.
1527 1528 1529 |
# File 'sig/types.rbs', line 1527 def dkim_percentage @dkim_percentage end |
#inbox_percentage ⇒ ::Float
Returns the value of attribute inbox_percentage.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def inbox_percentage @inbox_percentage end |
#missing_percentage ⇒ ::Float
Returns the value of attribute missing_percentage.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def missing_percentage @missing_percentage end |
#spam_percentage ⇒ ::Float
Returns the value of attribute spam_percentage.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def spam_percentage @spam_percentage end |
#spf_percentage ⇒ ::Float
Returns the value of attribute spf_percentage.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def spf_percentage @spf_percentage end |