Class: Aws::S3Vectors::Types::VectorBucket

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 bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

Date and time when the vector bucket was created.

Returns:

  • (Time)


1202
1203
1204
1205
1206
1207
1208
1209
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 1202

class VectorBucket < Struct.new(
  :vector_bucket_name,
  :vector_bucket_arn,
  :creation_time,
  :encryption_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_configurationTypes::EncryptionConfiguration

The encryption configuration for the vector bucket.



1202
1203
1204
1205
1206
1207
1208
1209
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 1202

class VectorBucket < Struct.new(
  :vector_bucket_name,
  :vector_bucket_arn,
  :creation_time,
  :encryption_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#vector_bucket_arnString

The Amazon Resource Name (ARN) of the vector bucket.

Returns:

  • (String)


1202
1203
1204
1205
1206
1207
1208
1209
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 1202

class VectorBucket < Struct.new(
  :vector_bucket_name,
  :vector_bucket_arn,
  :creation_time,
  :encryption_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#vector_bucket_nameString

The name of the vector bucket.

Returns:

  • (String)


1202
1203
1204
1205
1206
1207
1208
1209
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 1202

class VectorBucket < Struct.new(
  :vector_bucket_name,
  :vector_bucket_arn,
  :creation_time,
  :encryption_configuration)
  SENSITIVE = []
  include Aws::Structure
end