Class: Aws::Types::EntryLimitsConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_entry_count::Integer

Returns the value of attribute max_entry_count.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def min_entry_interval
  @min_entry_interval
end