Class: Aws::S3Vectors::Types::ListOutputVector

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

Overview

Amazon S3 Vectors is in preview release for Amazon S3 and is subject to change.

The attributes of a vector returned by the ListVectors operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataTypes::VectorData

The vector data of the vector.

Returns:



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

#keyString

The name of the vector.

Returns:

  • (String)


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

#metadataHash, ...

Metadata about the vector.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


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