Class: Aws::Types::CommunicationLimit
- Inherits:
-
Object
- Object
- Aws::Types::CommunicationLimit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#frequency ⇒ ::Integer
Returns the value of attribute frequency.
-
#max_count_per_recipient ⇒ ::Integer
Returns the value of attribute max_count_per_recipient.
-
#unit ⇒ "DAY"
Returns the value of attribute unit.
Instance Attribute Details
#frequency ⇒ ::Integer
Returns the value of attribute frequency.
104 105 106 |
# File 'sig/types.rbs', line 104 def frequency @frequency end |
#max_count_per_recipient ⇒ ::Integer
Returns the value of attribute max_count_per_recipient.
103 104 105 |
# File 'sig/types.rbs', line 103 def max_count_per_recipient @max_count_per_recipient end |
#unit ⇒ "DAY"
Returns the value of attribute unit.
105 106 107 |
# File 'sig/types.rbs', line 105 def unit @unit end |