Class: Aws::Types::StreamingConfigurations
- Inherits:
-
Object
- Object
- Aws::Types::StreamingConfigurations
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_guardrail_interval ⇒ ::Integer
Returns the value of attribute apply_guardrail_interval.
-
#stream_final_response ⇒ Boolean
Returns the value of attribute stream_final_response.
Instance Attribute Details
#apply_guardrail_interval ⇒ ::Integer
Returns the value of attribute apply_guardrail_interval.
2708 2709 2710 |
# File 'sig/types.rbs', line 2708 def apply_guardrail_interval @apply_guardrail_interval end |
#stream_final_response ⇒ Boolean
Returns the value of attribute stream_final_response.
2709 2710 2711 |
# File 'sig/types.rbs', line 2709 def stream_final_response @stream_final_response end |