Class: Aws::ElasticsearchService::Types::DeleteVpcEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DeleteVpcEndpointResponse
- 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
-
#vpc_endpoint_summary ⇒ Types::VpcEndpointSummary
Information about the deleted endpoint, including its current status (
DELETING
orDELETE_FAILED
).
Instance Attribute Details
#vpc_endpoint_summary ⇒ Types::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 |