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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



6832
6833
6834
6835
6836
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 6832

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