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

#deletion_protectionString

Indicates whether deletion protection is ‘ENABLED` or `DISABLED` for the collection.

Returns:

  • (String)


1436
1437
1438
1439
1440
1441
1442
1443
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1436

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

#idString

The unique identifier of the collection.

Returns:

  • (String)


1436
1437
1438
1439
1440
1441
1442
1443
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1436

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

#nameString

The name of the collection.

Returns:

  • (String)


1436
1437
1438
1439
1440
1441
1442
1443
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1436

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

#statusString

The current status of the collection.

Returns:

  • (String)


1436
1437
1438
1439
1440
1441
1442
1443
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1436

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