Class: Aws::DynamoDB::Types::VectorAttributeDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::VectorAttributeDefinition
- 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
-
#attribute_name ⇒ String
The name of the vector attribute.
Instance Attribute Details
#attribute_name ⇒ String
The name of the vector attribute.
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 |