Class: Aws::S3Vectors::Types::CreateIndexOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#index_arnString

The Amazon Resource Name (ARN) of the newly created vector index.

Returns:

  • (String)


119
120
121
122
123
# File 'lib/aws-sdk-s3vectors/types.rb', line 119

class CreateIndexOutput < Struct.new(
  :index_arn)
  SENSITIVE = []
  include Aws::Structure
end