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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1882
1883
1884
1885
1886
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1882

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