Class: Aws::OpenSearchServerless::Types::UpdateVpcEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::UpdateVpcEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#update_vpc_endpoint_detail ⇒ Types::UpdateVpcEndpointDetail
Details about the updated VPC endpoint.
Instance Attribute Details
#update_vpc_endpoint_detail ⇒ Types::UpdateVpcEndpointDetail
Details about the updated VPC endpoint.
2593 2594 2595 2596 2597 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2593 class UpdateVpcEndpointResponse < Struct.new( :update_vpc_endpoint_detail) SENSITIVE = [] include Aws::Structure end |