Class: Aws::BedrockAgentRuntime::Types::RequestBody

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#contentHash<String,Array<Types::Parameter>>

The content in the request body.

Returns:



8100
8101
8102
8103
8104
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8100

class RequestBody < Struct.new(
  :content)
  SENSITIVE = []
  include Aws::Structure
end