Class: Aws::Types::ApplicationSettingsJourneyLimits
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationSettingsJourneyLimits
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#daily_cap ⇒ ::Integer
Returns the value of attribute daily_cap.
-
#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.
279 280 281 |
# File 'sig/types.rbs', line 279 def daily_cap @daily_cap end |
#timeframe_cap ⇒ Types::JourneyTimeframeCap
Returns the value of attribute timeframe_cap.
280 281 282 |
# File 'sig/types.rbs', line 280 def timeframe_cap @timeframe_cap end |
#total_cap ⇒ ::Integer
Returns the value of attribute total_cap.
281 282 283 |
# File 'sig/types.rbs', line 281 def total_cap @total_cap end |