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

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

Overview

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)


1323
1324
1325
1326
1327
1328
1329
1330
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 1323

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.



1323
1324
1325
1326
1327
1328
1329
1330
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 1323

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)


1323
1324
1325
1326
1327
1328
1329
1330
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 1323

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)


1323
1324
1325
1326
1327
1328
1329
1330
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 1323

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