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.
533 534 535 |
# File 'sig/types.rbs', line 533 def dkim_percentage @dkim_percentage end |
#inbox_percentage ⇒ ::Float
Returns the value of attribute inbox_percentage.
529 530 531 |
# File 'sig/types.rbs', line 529 def inbox_percentage @inbox_percentage end |
#missing_percentage ⇒ ::Float
Returns the value of attribute missing_percentage.
531 532 533 |
# File 'sig/types.rbs', line 531 def missing_percentage @missing_percentage end |
#spam_percentage ⇒ ::Float
Returns the value of attribute spam_percentage.
530 531 532 |
# File 'sig/types.rbs', line 530 def spam_percentage @spam_percentage end |
#spf_percentage ⇒ ::Float
Returns the value of attribute spf_percentage.
532 533 534 |
# File 'sig/types.rbs', line 532 def spf_percentage @spf_percentage end |