Class: Aws::BedrockAgentRuntime::Types::PropertyParameters

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb

Overview

Contains the parameters in the request body.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#propertiesArray<Types::Parameter>

A list of parameters in the request body.

Returns:



2662
2663
2664
2665
2666
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2662

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