Class: Aws::BedrockAgentRuntime::Types::FilterAttribute

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

Overview

Specifies the name that the metadata attribute must match and the value to which to compare the value of the metadata attribute. For more information, see Query configurations.

This data type is used in the following API operations:

^

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The name that the metadata attribute must match.

Returns:

  • (String)


522
523
524
525
526
527
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 522

class FilterAttribute < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueHash, ...

The value to whcih to compare the value of the metadata attribute.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


522
523
524
525
526
527
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 522

class FilterAttribute < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end