Class: Aws::DynamoDB::Types::DeleteVectorIndexAction

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

A vector index to be removed from a table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#index_nameString

The name of the vector index to delete.

Returns:

  • (String)


2811
2812
2813
2814
2815
# File 'lib/aws-sdk-dynamodb/types.rb', line 2811

class DeleteVectorIndexAction < Struct.new(
  :index_name)
  SENSITIVE = []
  include Aws::Structure
end