Class: Aws::DynamoDB::Types::VectorAttributeDefinition

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

Overview

The definition of a vector attribute for a vector index.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name ⇒ String

The name of the vector attribute.

Returns:

  • (String)


11454
11455
11456
11457
11458
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 11454

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