Class: Aws::OpenSearchServerless::Types::DeleteCollectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::DeleteCollectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delete_collection_detail ⇒ Types::DeleteCollectionDetail
Details of the deleted collection.
Instance Attribute Details
#delete_collection_detail ⇒ Types::DeleteCollectionDetail
Details of the deleted collection.
936 937 938 939 940 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 936 class DeleteCollectionResponse < Struct.new( :delete_collection_detail) SENSITIVE = [] include Aws::Structure end |