Class: Aws::Types::CampaignLimits
- Inherits:
-
Object
- Object
- Aws::Types::CampaignLimits
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#daily ⇒ ::Integer
Returns the value of attribute daily.
-
#maximum_duration ⇒ ::Integer
Returns the value of attribute maximum_duration.
-
#messages_per_second ⇒ ::Integer
Returns the value of attribute messages_per_second.
-
#session ⇒ ::Integer
Returns the value of attribute session.
-
#total ⇒ ::Integer
Returns the value of attribute total.
Instance Attribute Details
#daily ⇒ ::Integer
Returns the value of attribute daily.
412 413 414 |
# File 'sig/types.rbs', line 412 def daily @daily end |
#maximum_duration ⇒ ::Integer
Returns the value of attribute maximum_duration.
413 414 415 |
# File 'sig/types.rbs', line 413 def maximum_duration @maximum_duration end |
#messages_per_second ⇒ ::Integer
Returns the value of attribute messages_per_second.
414 415 416 |
# File 'sig/types.rbs', line 414 def end |
#session ⇒ ::Integer
Returns the value of attribute session.
416 417 418 |
# File 'sig/types.rbs', line 416 def session @session end |
#total ⇒ ::Integer
Returns the value of attribute total.
415 416 417 |
# File 'sig/types.rbs', line 415 def total @total end |