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.
1637 1638 1639 |
# File 'sig/types.rbs', line 1637 def completion @completion end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def content_type @content_type end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def session_id @session_id end |