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
-
#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
#id ⇒ String
The unique identifier of the collection.
895 896 897 898 899 900 901 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 895 class DeleteCollectionDetail < Struct.new( :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the collection.
895 896 897 898 899 900 901 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 895 class DeleteCollectionDetail < Struct.new( :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the collection.
895 896 897 898 899 900 901 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 895 class DeleteCollectionDetail < Struct.new( :id, :name, :status) SENSITIVE = [] include Aws::Structure end |