Class: Aws::OpenSearchService::Types::DeleteVpcEndpointResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_endpoint_summaryTypes::VpcEndpointSummary

Information about the deleted endpoint, including its current status (‘DELETING` or `DELETE_FAILED`).



2191
2192
2193
2194
2195
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2191

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