Class: Aws::Types::InvokeModelWithBidirectionalStreamRequest
- Inherits:
-
Object
- Object
- Aws::Types::InvokeModelWithBidirectionalStreamRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ Types::InvokeModelWithBidirectionalStreamInput
Returns the value of attribute body.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
Instance Attribute Details
#body ⇒ Types::InvokeModelWithBidirectionalStreamInput
Returns the value of attribute body.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def body @body end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def model_id @model_id end |