Class: Aws::OpenSearchServerless::Types::DeleteVpcEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::DeleteVpcEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delete_vpc_endpoint_detail ⇒ Types::DeleteVpcEndpointDetail
Details about the deleted endpoint.
Instance Attribute Details
#delete_vpc_endpoint_detail ⇒ Types::DeleteVpcEndpointDetail
Details about the deleted endpoint.
1670 1671 1672 1673 1674 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1670 class DeleteVpcEndpointResponse < Struct.new( :delete_vpc_endpoint_detail) SENSITIVE = [] include Aws::Structure end |