Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveMemoryMetadataFilterLeft

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

Overview

Note:

AgenticRetrieveMemoryMetadataFilterLeft is a union - when making an API calls you must set exactly one of the members.

The left operand of a metadata filter expression. Set exactly one member.

Defined Under Namespace

Classes: MetadataKey, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metadata_keyString

The metadata key to filter on.

Returns:

  • (String)


722
723
724
725
726
727
728
729
730
731
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 722

class AgenticRetrieveMemoryMetadataFilterLeft < Struct.new(
  :metadata_key,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class MetadataKey < AgenticRetrieveMemoryMetadataFilterLeft; end
  class Unknown < AgenticRetrieveMemoryMetadataFilterLeft; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



722
723
724
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 722

def unknown
  @unknown
end