Class: Aws::OpenSearchServerless::Types::DeleteCollectionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delete_collection_detailTypes::DeleteCollectionDetail

Details of the deleted collection.



1044
1045
1046
1047
1048
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1044

class DeleteCollectionResponse < Struct.new(
  :delete_collection_detail)
  SENSITIVE = []
  include Aws::Structure
end