Class: Aws::OpenSearchServerless::Types::DeleteCollectionDetail

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

Overview

Details about a deleted OpenSearch Serverless collection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier of the collection.

Returns:

  • (String)


940
941
942
943
944
945
946
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 940

class DeleteCollectionDetail < Struct.new(
  :id,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the collection.

Returns:

  • (String)


940
941
942
943
944
945
946
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 940

class DeleteCollectionDetail < Struct.new(
  :id,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the collection.

Returns:

  • (String)


940
941
942
943
944
945
946
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 940

class DeleteCollectionDetail < Struct.new(
  :id,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end