Class: Aws::BedrockAgentRuntime::Types::ContentBody

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

^

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

The body of the API response.

Returns:

  • (String)


381
382
383
384
385
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 381

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