Class: Aws::Types::JourneyLimits
- Inherits:
-
Object
- Object
- Aws::Types::JourneyLimits
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#daily_cap ⇒ ::Integer
Returns the value of attribute daily_cap.
-
#endpoint_reentry_cap ⇒ ::Integer
Returns the value of attribute endpoint_reentry_cap.
-
#endpoint_reentry_interval ⇒ ::String
Returns the value of attribute endpoint_reentry_interval.
-
#messages_per_second ⇒ ::Integer
Returns the value of attribute messages_per_second.
-
#timeframe_cap ⇒ Types::JourneyTimeframeCap
Returns the value of attribute timeframe_cap.
-
#total_cap ⇒ ::Integer
Returns the value of attribute total_cap.
Instance Attribute Details
#daily_cap ⇒ ::Integer
Returns the value of attribute daily_cap.
2101 2102 2103 |
# File 'sig/types.rbs', line 2101 def daily_cap @daily_cap end |
#endpoint_reentry_cap ⇒ ::Integer
Returns the value of attribute endpoint_reentry_cap.
2102 2103 2104 |
# File 'sig/types.rbs', line 2102 def endpoint_reentry_cap @endpoint_reentry_cap end |
#endpoint_reentry_interval ⇒ ::String
Returns the value of attribute endpoint_reentry_interval.
2104 2105 2106 |
# File 'sig/types.rbs', line 2104 def endpoint_reentry_interval @endpoint_reentry_interval end |
#messages_per_second ⇒ ::Integer
Returns the value of attribute messages_per_second.
2103 2104 2105 |
# File 'sig/types.rbs', line 2103 def @messages_per_second end |
#timeframe_cap ⇒ Types::JourneyTimeframeCap
Returns the value of attribute timeframe_cap.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def timeframe_cap @timeframe_cap end |
#total_cap ⇒ ::Integer
Returns the value of attribute total_cap.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def total_cap @total_cap end |