Class: Aws::Types::HttpEndpointBufferingHints
- Inherits:
-
Object
- Object
- Aws::Types::HttpEndpointBufferingHints
- 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.
507 508 509 |
# File 'sig/types.rbs', line 507 def interval_in_seconds @interval_in_seconds end |
#size_in_m_bs ⇒ ::Integer
Returns the value of attribute size_in_m_bs.
506 507 508 |
# File 'sig/types.rbs', line 506 def size_in_m_bs @size_in_m_bs end |