Class: Aws::BedrockAgentRuntime::Types::RequestBody
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RequestBody
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
The parameters in the API request body.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ Hash<String,Array<Types::Parameter>>
The content in the request body.
Instance Attribute Details
#content ⇒ Hash<String,Array<Types::Parameter>>
The content in the request body.
4465 4466 4467 4468 4469 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4465 class RequestBody < Struct.new( :content) SENSITIVE = [] include Aws::Structure end |