Class: Aws::ElasticsearchService::Types::DeleteVpcEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DeleteVpcEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_endpoint_id ⇒ String
The unique identifier of the endpoint to be deleted.
Instance Attribute Details
#vpc_endpoint_id ⇒ String
The unique identifier of the endpoint to be deleted.
1146 1147 1148 1149 1150 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1146 class DeleteVpcEndpointRequest < Struct.new( :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end |