Class: Aws::Types::EntryLimitsConfig
- Inherits:
-
Object
- Object
- Aws::Types::EntryLimitsConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_entry_count ⇒ ::Integer
Returns the value of attribute max_entry_count.
-
#min_entry_interval ⇒ ::String
Returns the value of attribute min_entry_interval.
Instance Attribute Details
#max_entry_count ⇒ ::Integer
Returns the value of attribute max_entry_count.
276 277 278 |
# File 'sig/types.rbs', line 276 def max_entry_count @max_entry_count end |
#min_entry_interval ⇒ ::String
Returns the value of attribute min_entry_interval.
277 278 279 |
# File 'sig/types.rbs', line 277 def min_entry_interval @min_entry_interval end |