Class: Aws::Types::InvokeModelWithResponseStreamResponse
- Inherits:
-
Object
- Object
- Aws::Types::InvokeModelWithResponseStreamResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ Types::ResponseStream
Returns the value of attribute body.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#performance_config_latency ⇒ "standard", "optimized"
Returns the value of attribute performance_config_latency.
-
#service_tier ⇒ "priority", ...
Returns the value of attribute service_tier.
Instance Attribute Details
#body ⇒ Types::ResponseStream
Returns the value of attribute body.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def body @body end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def content_type @content_type end |
#performance_config_latency ⇒ "standard", "optimized"
Returns the value of attribute performance_config_latency.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def performance_config_latency @performance_config_latency end |
#service_tier ⇒ "priority", ...
Returns the value of attribute service_tier.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def service_tier @service_tier end |