Class: Aws::Types::JourneyTimeframeCap
- Inherits:
-
Object
- Object
- Aws::Types::JourneyTimeframeCap
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cap ⇒ ::Integer
Returns the value of attribute cap.
-
#days ⇒ ::Integer
Returns the value of attribute days.
Instance Attribute Details
#cap ⇒ ::Integer
Returns the value of attribute cap.
2203 2204 2205 |
# File 'sig/types.rbs', line 2203 def cap @cap end |
#days ⇒ ::Integer
Returns the value of attribute days.
2204 2205 2206 |
# File 'sig/types.rbs', line 2204 def days @days end |