Class: Aws::S3Vectors::Types::CreateIndexOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Vectors::Types::CreateIndexOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3vectors/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_arn ⇒ String
The Amazon Resource Name (ARN) of the newly created vector index.
Instance Attribute Details
#index_arn ⇒ String
The Amazon Resource Name (ARN) of the newly created vector index.
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 |