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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2418
2419
2420
2421
2422
2423
2424
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2418

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

#descriptionString

A description of the collection.

Returns:

  • (String)


2418
2419
2420
2421
2422
2423
2424
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2418

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

#idString

The unique identifier of the collection.

Returns:

  • (String)


2418
2419
2420
2421
2422
2423
2424
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2418

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