Class: Aws::OpenSearchServerless::Types::DeleteCollectionDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::DeleteCollectionDetail
- 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
-
#deletion_protection ⇒ String
Indicates whether deletion protection is ‘ENABLED` or `DISABLED` for the collection.
-
#id ⇒ String
The unique identifier of the collection.
-
#name ⇒ String
The name of the collection.
-
#status ⇒ String
The current status of the collection.
Instance Attribute Details
#deletion_protection ⇒ String
Indicates whether deletion protection is ‘ENABLED` or `DISABLED` for the collection.
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 |
#id ⇒ String
The unique identifier of the collection.
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 |
#name ⇒ String
The name of the collection.
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 |
#status ⇒ String
The current status of the collection.
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 |