Class: Aws::BedrockAgentCore::Types::RightExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::RightExpression
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Note:
RightExpression is a union - when making an API calls you must set exactly one of the members.
Right expression of the eventMetadatafilter.
Defined Under Namespace
Classes: MetadataValue, Unknown
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metadata_value ⇒ Types::MetadataValue
Value associated with the key in
eventMetadata. -
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#metadata_value ⇒ Types::MetadataValue
Value associated with the key in eventMetadata.
4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4100 class RightExpression < Struct.new( :metadata_value, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class MetadataValue < RightExpression; end class Unknown < RightExpression; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
4100 4101 4102 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4100 def unknown @unknown end |