Class: Aws::OpenSearchServerless::Types::DeleteCollectionRequest

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

A 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)


968
969
970
971
972
973
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 968

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

#idString

The unique identifier of the collection. For example, ‘1iu5usc406kd`. The ID is part of the collection endpoint. You can also retrieve it using the [ListCollections] API.

[1]: docs.aws.amazon.com/opensearch-service/latest/ServerlessAPIReference/API_ListCollections.html

Returns:

  • (String)


968
969
970
971
972
973
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 968

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