Class: Aws::Types::InvokeInlineAgentResponse
- Inherits:
-
Object
- Object
- Aws::Types::InvokeInlineAgentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion ⇒ Types::InlineAgentResponseStream
Returns the value of attribute completion.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#completion ⇒ Types::InlineAgentResponseStream
Returns the value of attribute completion.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def completion @completion end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def content_type @content_type end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def session_id @session_id end |