Class: Aws::BedrockAgentRuntime::Types::ContentBody
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::ContentBody
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains the body of the API response.
This data type is used in the following API operations:
- In the
returnControlInvocationResults
field of the InvokeAgent request
^
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#body ⇒ String
The body of the API response.
Instance Attribute Details
#body ⇒ String
The body of the API response.
866 867 868 869 870 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 866 class ContentBody < Struct.new( :body) SENSITIVE = [] include Aws::Structure end |