Class: Aws::S3Vectors::Types::ListOutputVector
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Vectors::Types::ListOutputVector
- Defined in:
- gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb
Overview
The attributes of a vector returned by the ListVectors
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data ⇒ Types::VectorData
The vector data of the vector.
-
#key ⇒ String
The name of the vector.
-
#metadata ⇒ Hash, ...
Metadata about the vector.
Instance Attribute Details
#data ⇒ Types::VectorData
The vector data of the vector.
677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 677 class ListOutputVector < Struct.new( :key, :data, :metadata) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The name of the vector.
677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 677 class ListOutputVector < Struct.new( :key, :data, :metadata) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Hash, ...
Metadata about the vector.
677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 677 class ListOutputVector < Struct.new( :key, :data, :metadata) SENSITIVE = [] include Aws::Structure end |