Class: Aws::ElasticsearchService::Types::DeleteVpcEndpointRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#vpc_endpoint_idString

The unique identifier of the endpoint to be deleted.

Returns:

  • (String)


1250
1251
1252
1253
1254
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1250

class DeleteVpcEndpointRequest < Struct.new(
  :vpc_endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end