Class: Aws::Types::EventTriggerLimits
- Inherits:
-
Object
- Object
- Aws::Types::EventTriggerLimits
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_expiration ⇒ ::Integer
Returns the value of attribute event_expiration.
-
#periods ⇒ ::Array[Types::Period]
Returns the value of attribute periods.
Instance Attribute Details
#event_expiration ⇒ ::Integer
Returns the value of attribute event_expiration.
919 920 921 |
# File 'sig/types.rbs', line 919 def event_expiration @event_expiration end |
#periods ⇒ ::Array[Types::Period]
Returns the value of attribute periods.
920 921 922 |
# File 'sig/types.rbs', line 920 def periods @periods end |