Class: Aws::Types::ElasticsearchBufferingHints
- Inherits:
-
Object
- Object
- Aws::Types::ElasticsearchBufferingHints
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#interval_in_seconds ⇒ ::Integer
Returns the value of attribute interval_in_seconds.
-
#size_in_m_bs ⇒ ::Integer
Returns the value of attribute size_in_m_bs.
Instance Attribute Details
#interval_in_seconds ⇒ ::Integer
Returns the value of attribute interval_in_seconds.
369 370 371 |
# File 'sig/types.rbs', line 369 def interval_in_seconds @interval_in_seconds end |
#size_in_m_bs ⇒ ::Integer
Returns the value of attribute size_in_m_bs.
370 371 372 |
# File 'sig/types.rbs', line 370 def size_in_m_bs @size_in_m_bs end |