Class: Aws::OpenSearchService::Types::UpdateVpcEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::UpdateVpcEndpointResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_endpoint ⇒ Types::VpcEndpoint
The endpoint to be updated.
Instance Attribute Details
#vpc_endpoint ⇒ Types::VpcEndpoint
The endpoint to be updated.
7709 7710 7711 7712 7713 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7709 class UpdateVpcEndpointResponse < Struct.new( :vpc_endpoint) SENSITIVE = [] include Aws::Structure end |