class
Amazonite::DynamoDB::DeleteVectorIndexAction
- Amazonite::DynamoDB::DeleteVectorIndexAction
- Reference
- Object
Overview
A vector index to be removed from a table.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/delete_vector_index_action.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#index_name : String
The name of the vector index to delete.
-
#index_name=(index_name : String)
The name of the vector index to delete.
- #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?.