Class: Aws::BedrockAgentRuntime::Types::ApiParameter

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

Overview

Information about a parameter to provide to the API request.

This data type is used in the following API operations:

^

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the parameter.

Returns:

  • (String)


162
163
164
165
166
167
168
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 162

class ApiParameter < Struct.new(
  :name,
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The data type for the parameter.

Returns:

  • (String)


162
163
164
165
166
167
168
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 162

class ApiParameter < Struct.new(
  :name,
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the parameter.

Returns:

  • (String)


162
163
164
165
166
167
168
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 162

class ApiParameter < Struct.new(
  :name,
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end