Class: Aws::Types::S3VectorsConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:vector_bucket_arn, :index_arn, :index_name])

Instance Attribute Summary collapse

Instance Attribute Details

#index_arn::String

Returns the value of attribute index_arn.

Returns:

  • (::String)


2528
2529
2530
# File 'sig/types.rbs', line 2528

def index_arn
  @index_arn
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


2529
2530
2531
# File 'sig/types.rbs', line 2529

def index_name
  @index_name
end

#vector_bucket_arn::String

Returns the value of attribute vector_bucket_arn.

Returns:

  • (::String)


2527
2528
2529
# File 'sig/types.rbs', line 2527

def vector_bucket_arn
  @vector_bucket_arn
end