Class: Aws::OpenSearchService::Types::DeleteVpcEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DeleteVpcEndpointResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_endpoint_summary ⇒ Types::VpcEndpointSummary
Information about the deleted endpoint, including its current status (
DELETINGorDELETE_FAILED).
Instance Attribute Details
#vpc_endpoint_summary ⇒ Types::VpcEndpointSummary
Information about the deleted endpoint, including its current status
(DELETING or DELETE_FAILED).
2404 2405 2406 2407 2408 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2404 class DeleteVpcEndpointResponse < Struct.new( :vpc_endpoint_summary) SENSITIVE = [] include Aws::Structure end |