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

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

Instance Attribute Details

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

The content in the request body.

Returns:



2769
2770
2771
2772
2773
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2769

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