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.
1081 1082 1083 1084 1085 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1081 class DeleteVpcEndpointResponse < Struct.new( :delete_vpc_endpoint_detail) SENSITIVE = [] include Aws::Structure end |