class
Amazonite::DynamoDB::VectorAttributeDefinition
- Amazonite::DynamoDB::VectorAttributeDefinition
- Reference
- Object
Overview
The definition of a vector attribute for a vector index.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/vector_attribute_definition.crConstructors
- .new(pull : JSON::PullParser)
- .new(attribute_name : String)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#attribute_name : String
The name of the vector attribute.
-
#attribute_name=(attribute_name : String)
The name of the vector attribute.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.