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.
2626 2627 2628 |
# File 'sig/types.rbs', line 2626 def apply_guardrail_interval @apply_guardrail_interval end |
#stream_final_response ⇒ Boolean
Returns the value of attribute stream_final_response.
2627 2628 2629 |
# File 'sig/types.rbs', line 2627 def stream_final_response @stream_final_response end |