Class: Aws::OpenSearchService::Types::DeleteVpcEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DeleteVpcEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_endpoint_id ⇒ String
The unique identifier of the endpoint.
Instance Attribute Details
#vpc_endpoint_id ⇒ String
The unique identifier of the endpoint.
2178 2179 2180 2181 2182 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2178 class DeleteVpcEndpointRequest < Struct.new( :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end |