Class: Aws::Types::DomainIspPlacement
- Inherits:
-
Object
- Object
- Aws::Types::DomainIspPlacement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inbox_percentage ⇒ ::Float
Returns the value of attribute inbox_percentage.
-
#inbox_raw_count ⇒ ::Integer
Returns the value of attribute inbox_raw_count.
-
#isp_name ⇒ ::String
Returns the value of attribute isp_name.
-
#spam_percentage ⇒ ::Float
Returns the value of attribute spam_percentage.
-
#spam_raw_count ⇒ ::Integer
Returns the value of attribute spam_raw_count.
Instance Attribute Details
#inbox_percentage ⇒ ::Float
Returns the value of attribute inbox_percentage.
607 608 609 |
# File 'sig/types.rbs', line 607 def inbox_percentage @inbox_percentage end |
#inbox_raw_count ⇒ ::Integer
Returns the value of attribute inbox_raw_count.
605 606 607 |
# File 'sig/types.rbs', line 605 def inbox_raw_count @inbox_raw_count end |
#isp_name ⇒ ::String
Returns the value of attribute isp_name.
604 605 606 |
# File 'sig/types.rbs', line 604 def isp_name @isp_name end |
#spam_percentage ⇒ ::Float
Returns the value of attribute spam_percentage.
608 609 610 |
# File 'sig/types.rbs', line 608 def spam_percentage @spam_percentage end |
#spam_raw_count ⇒ ::Integer
Returns the value of attribute spam_raw_count.
606 607 608 |
# File 'sig/types.rbs', line 606 def spam_raw_count @spam_raw_count end |