Class: Aws::OpenSearchService::Types::UpdateVpcEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::UpdateVpcEndpointResponse
- Includes:
- Structure
- Defined in:
- 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.
7405 7406 7407 7408 7409 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7405 class UpdateVpcEndpointResponse < Struct.new( :vpc_endpoint) SENSITIVE = [] include Aws::Structure end |