Class: Aws::OpenSearchServerless::Types::UpdateCollectionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Unique, case-sensitive identifier to ensure idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


3128
3129
3130
3131
3132
3133
3134
3135
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 3128

class UpdateCollectionRequest < Struct.new(
  :id,
  :description,
  :vector_options,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the collection.

Returns:

  • (String)


3128
3129
3130
3131
3132
3133
3134
3135
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 3128

class UpdateCollectionRequest < Struct.new(
  :id,
  :description,
  :vector_options,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the collection.

Returns:

  • (String)


3128
3129
3130
3131
3132
3133
3134
3135
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 3128

class UpdateCollectionRequest < Struct.new(
  :id,
  :description,
  :vector_options,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#vector_optionsTypes::VectorOptions

Configuration options for vector search capabilities in the collection.



3128
3129
3130
3131
3132
3133
3134
3135
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 3128

class UpdateCollectionRequest < Struct.new(
  :id,
  :description,
  :vector_options,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end