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.
981 982 983 984 985 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 981 class DeleteCollectionResponse < Struct.new( :delete_collection_detail) SENSITIVE = [] include Aws::Structure end |