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.
1018 1019 1020 1021 1022 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1018 class ContentBody < Struct.new( :body) SENSITIVE = [] include Aws::Structure end |