Class: Aws::BedrockAgentRuntime::Types::RequestBody
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RequestBody
- Includes:
- Structure
- Defined in:
- 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.
7926 7927 7928 7929 7930 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 7926 class RequestBody < Struct.new( :content) SENSITIVE = [] include Aws::Structure end |