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)


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