Class: Aws::S3Vectors::Types::VectorBucketSummary

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.

Summary information about 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)


1233
1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 1233

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

#vector_bucket_arnString

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

Returns:

  • (String)


1233
1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 1233

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

#vector_bucket_nameString

The name of the vector bucket.

Returns:

  • (String)


1233
1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 1233

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