Class: Aws::ElasticsearchService::Types::DeleteVpcEndpointResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb

Overview

Container for response parameters to the DeleteVpcEndpoint operation. Contains the summarized detail of the VPC Endpoint being deleted.

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).



1265
1266
1267
1268
1269
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1265

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