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.
1091 1092 1093 1094 1095 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1091 class DeleteVpcEndpointResponse < Struct.new( :delete_vpc_endpoint_detail) SENSITIVE = [] include Aws::Structure end |