Class: Aws::Types::AmazonOpenSearchServerlessBufferingHints
- Inherits:
-
Object
- Object
- Aws::Types::AmazonOpenSearchServerlessBufferingHints
- 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.
12 13 14 |
# File 'sig/types.rbs', line 12 def interval_in_seconds @interval_in_seconds end |
#size_in_m_bs ⇒ ::Integer
Returns the value of attribute size_in_m_bs.
13 14 15 |
# File 'sig/types.rbs', line 13 def size_in_m_bs @size_in_m_bs end |