Class: Aws::OpenSearchService::Types::DeleteVpcEndpointRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_endpoint_idString

The unique identifier of the endpoint.

Returns:

  • (String)


1809
1810
1811
1812
1813
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1809

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