Class: Aws::Types::StreamingDataPreviewOptions
- Inherits:
-
Object
- Object
- Aws::Types::StreamingDataPreviewOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#polling_time ⇒ ::Integer
Returns the value of attribute polling_time.
-
#record_polling_limit ⇒ ::Integer
Returns the value of attribute record_polling_limit.
Instance Attribute Details
#polling_time ⇒ ::Integer
Returns the value of attribute polling_time.
7456 7457 7458 |
# File 'sig/types.rbs', line 7456 def polling_time @polling_time end |
#record_polling_limit ⇒ ::Integer
Returns the value of attribute record_polling_limit.
7457 7458 7459 |
# File 'sig/types.rbs', line 7457 def record_polling_limit @record_polling_limit end |