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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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_nameString

The name of the vector attribute.

Returns:

  • (String)


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

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